Cron工作与Laravel 4 [英] Cron Job with Laravel 4

查看:165
本文介绍了Cron工作与Laravel 4的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想了解如何在Laravel 4中设置cron作业,以及需要在artisan中运行的命令。

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.

在Laravel 3中,有 Tasks ,但是这些似乎不再存在了,没有关于如何做的文档...

In Laravel 3, there were Tasks but these don't seem to be there anymore and there is no documentation as to how to do it...

推荐答案

任务已替换为命令,这在Laravel 4中是相同的,但与Symfony的控制台组件集成,甚至比以前更强大。

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.

这篇关于Cron工作与Laravel 4的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆