here is the documentation: https://sendportal.io/docs/v2/getting-started/configuration-and-setup#additional-configuration
Sep 19, 2022
5
Level 1
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.
-
-
-
Please or to participate in this conversation.