Skip to content

Instantly share code, notes, and snippets.

@ctf0
Last active November 8, 2020 13:38
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 ctf0/82f6c07de1b8b4ef61ca0125d2ff9281 to your computer and use it in GitHub Desktop.
Save ctf0/82f6c07de1b8b4ef61ca0125d2ff9281 to your computer and use it in GitHub Desktop.
laravel cron on windows
:loop
php artisan schedule:run 1>> NUL 2>&1
timeout /t 60 /nobreak > NUL
goto loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment