Skip to content

Instantly share code, notes, and snippets.

@brokeyourbike
Created July 30, 2020 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brokeyourbike/0f2f5b102d21ac71060e8ca9f988cb62 to your computer and use it in GitHub Desktop.
Save brokeyourbike/0f2f5b102d21ac71060e8ca9f988cb62 to your computer and use it in GitHub Desktop.
Run laravel schedule on mac.
while true; do php artisan schedule:run; sleep 60; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment