laravel schedule run

Solutions on MaxInterview for laravel schedule run by the best coders in the world

showing results for - "laravel schedule run"
Theo
04 Jun 2020
1// Settng Cron in AWS
2// type command "crontab -e" and paste the below formatted line
3* * * * * /pathToYourPhp /pathToArtisan/artisan schedule:run >> /dev/null 2>&1
4// for example * * * * * /usr/bin/php7.4 /var/www/html/testproject/artisan schedule:run >> /dev/null 2>&1
5
similar questions
queries leading to this page
laravel schedule run