When I’m developing on my local machine (OSX Mac) I sometimes need to see how the scheduler is going to interact with my application. Perhaps running some garbage collection or sending notifications etc. Until now I’ve had to manually sit running php artisan schedule:run myself which is not what I signed up for when I […]
Category: laravel
My Laravel Valet server seemed to have stopped working but on closer inspection DNSMASQ was to blame. Here’s how I fixed it.