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

favourafula's avatar

Cron Job Scheduling Laravel

Please i'm a starter in laravel and i need to integrate some cron jobs. can someone guide me through Here is an opensource sendportal which i hosted on a cpanel website and i need to set this up:

Cron Jobs SendPortal makes use of regular background tasks and it is therefore essential to create a cron job to run every minute:

          • cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1 Please refer to the Laravel documentation on Task Scheduling for further information.
0 likes
5 replies
Sinnbeck's avatar

@favourafula Easy. You only created the thread 15 minutes ago. We will get to it.

What is the problem? Seems you have explained what needs to be done already?

favourafula's avatar

@Sinnbeck i copied that from the documentation. i have no idea on how to go about it. been stocked since 12am

Please or to participate in this conversation.