Cron Job with Laravel 4

后端 未结 4 1977
醉酒成梦
醉酒成梦 2020-12-05 10:56

I\'m trying to find out how to set up a cron job in Laravel 4, and the command I would need to run in artisan for it.

In Laravel 3, there were

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-05 11:40

    Alternative, if you don't like commands there is an unofficial Laravel 4 cron package: https://github.com/liebig/cron

提交回复
热议问题