kostaspt/crontabber

http://laravel.com/

http://kejyun.github.io/Laravel-4-Docum ... roduction/
回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

kostaspt/crontabber

文章 yehlu »

https://github.com/kostaspt/crontabber

Crontabber

Adds the cron command that Laravel 5 needs for scheduling commands in your crontab.

Installation

Add the package to your composer.json.

{
"require": {
"kostaspt/crontabber": "dev-master"
}
}
In your config\app.php, add Crontabber to your providers array

'providers' => [
...
'Crontabber\CrontabberServiceProvider',
];
回覆文章

回到「laravel」