Cron Jobs
Go to your server panel to Cron Jobs settings
Create Cron Job Like this example
Commands:
* * * * * webroot/artisan schedule:run
Run Every 1 Minutes
curl -s https://yourdomain.com/cron/notify-to-user
Once /per day
Go to your server panel to Cron Jobs settings
Create Cron Job Like this example
* * * * * webroot/artisan schedule:run
curl -s https://yourdomain.com/cron/notify-to-user