how to set up laravel cron job in cpanel?
In my local system cron job is working perfectly when calling php artisan schedule:run. but when i upload laravel project into my cpanel, the cron job is not working. Below is my cpanel cron job path. * * * *…