Created
July 30, 2020 09:09
-
-
Save brokeyourbike/0f2f5b102d21ac71060e8ca9f988cb62 to your computer and use it in GitHub Desktop.
Run laravel schedule on mac.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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