Hi,
any body can share documentation for installation ?
Many thnaks
I got the documentation and the instructions it gives I have implemented them but it does not work as supposed.
Scheduler Cron Job
Finally set a cron job so the scheduler may run. We use the scheduler to send emails,
sms, calculate loan due and assign loan repayments.
Our aim here is to run this command every minute. Command to run is:
php artisan schedule:run * * * * * cd /path-to-your-project/artisan schedule:run >> /dev/null 2>&1
Examples:
/usr/local/bin/php /home/myUserName/subdomain.maindomain.com/core/artisan schedule:run
1>> /home/robiihgk/public_html/log_laravel 2>&1
/usr/local/bin/php /home/frXhmkmq/public_html/core/artisan schedule:run 1>>
/home/frXhmkmq/public_html/log_laravel 2>&1