MarianoMoreyra5 years agoLevel 25ReplyReport SpamHi @nomi It will depend on your hosting, but most of the times the path to your root folder is /home/USERNAME/ so your cron should be something like: * * * * * cd /home/USERNAME && php artisan schedule:run >> /dev/null 2>&1 Anyway, if you have ssh you can find out the right path running a pwd while inside the root folder of your project. Hope this helps Like Reply