1 頁 (共 1 頁)

kostaspt/crontabber

發表於 : 2015-03-08 10:08:43
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',
];