Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

leelanarasimha's avatar

Start a schedular cron job in godaddy shared Hosting

Hi Friends

I am trying to run the cron job of sending emails to the registered users daily.

I hosted my site in godaddy shared hosting.

I am using the schedular cli to run the program. Its working fine when trying through the php artisan command. (Just like the predefined example Inspire).

I need to set up the cron job in godaddy hosting. I have given the command

/usr/local/bin/php /home/leelanarasimha/public_html/artisan schedule:run 1>> /dev/null 2>&1

The Code is not executing. I am unable to find the errors where it will be stored.

Is the command correct to execute the laravel scedule job in godaddy hosting?

When i run the command php artisan schedule:run in local environment.

Its showing up the message "No Scheduled commands are ready to run".

I am scratching my head where the problem is? Can anyone help me out on this

0 likes
1 reply

Please or to participate in this conversation.