Skip to content

Instantly share code, notes, and snippets.

@jpalala
Created June 23, 2024 23:30
Show Gist options
  • Save jpalala/408bcc4c801bf9ab87f016a9f3459e01 to your computer and use it in GitHub Desktop.
Save jpalala/408bcc4c801bf9ab87f016a9f3459e01 to your computer and use it in GitHub Desktop.
starting a artisan cron scheduler
```sh
# Your cron
* * * * * root /usr/bin/php /var/app/current/artisan schedule:run >> /dev/null 2>&1 | logger
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment