Scheduling
To start watching your accounts activity you only need to add the following Cron entry to your server:
* * * * * /usr/bin/php /path-to-your-project/artisan schedule:run >> /dev/null 2>&1
Useful information! Once installed, please go to «Settings» (Administrator) → «Task scheduler» to see specific for your server cron settings.
* * * * * /usr/bin/php /path-to-your-project/artisan schedule:run >> /dev/null 2>&1
Useful information! Once installed, please go to «Settings» (Administrator) → «Task scheduler» to see specific for your server cron settings.