-
Notifications
You must be signed in to change notification settings - Fork 25
Home
Sid Roberts edited this page Jan 26, 2023
·
10 revisions
Install using Composer:
composer require sidroberts/phalcon-cron
For more information on the available releases, check out the Changelog.
You'll also need to add the console
to the DI:
$di = new \Phalcon\Di();
// ...
$console = new \Phalcon\Cli\Console();
// ...
$di->setShared("console", $console);
// ...
$console->handle($arguments);
Licensed under the MIT License. © Sid Roberts