Laravel Scheme排程

jsoner發表於2021-05-20

Starting The Scheduler

Here is the only Cron entry you need to add to your server:

* * * * * php /path/to/artisan schedule:run >> /dev/null 2>&1

This Cron will call the Laravel command scheduler every minute. Then, Laravel evaluates your scheduled tasks and runs the tasks that are due.

本作品採用《CC 協議》,轉載必須註明作者和本文連結

相關文章