Every time I see “just add /usr/local/whatever/” to your path in some documentation I just want to scream! I’m no bash, zsrch, etc officianado so I just want to curl up into a ball trying to work out how to do this! Fortunately I have discovered that this snippet works just fine so far for […]
Month: June 2020
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 […]