If Cron not run automatically on server in laravel
|
1 2 |
// run this command * * * * * php /path/to/artisan schedule:run >> /dev/null 2>&1 |

|
1 2 |
// run this command * * * * * php /path/to/artisan schedule:run >> /dev/null 2>&1 |
Leave a reply