# 任务调度

任务调度 使用Laravel 任务调度 代码如下:

* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1