Cron Job with Laravel 4

后端 未结 4 1980
醉酒成梦
醉酒成梦 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:46

    Tasks have been replaced with commands, which are the same thing in Laravel 4, but integrated with Symfony's console component, and even more powerful than before.

提交回复
热议问题