Answers for "how to schedule a command with cpanel cron job and laravel 7"

PHP
3

run laravel cron job on cpanel

/usr/local/bin/php /home/hosting-username/laravel-folder/artisan schedule:run >> /dev/null 2>&1
Posted by: Guest on October-12-2021

Code answers related to "how to schedule a command with cpanel cron job and laravel 7"

Browse Popular Code Answers by Language