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