标签: laravel laravel-4 cron
我正在尝试在Laravel 4.2中使用this module。
按照所有步骤,我在最后一步,运行* * * * * php artisan cron:run(在项目的根目录中)产生错误:
* * * * * php artisan cron:run
No command 'app' found, but there are 17 similar ones app: command not found
在指南php artisan migrate的早期步骤中工作正常,所以我想知道问题出在哪里。
php artisan migrate