3
0
Fork 0
Go to file
Александр Рыбкин 1ce2058830 fix 2019-12-24 13:54:32 +03:00
console fix 2019-12-24 13:54:32 +03:00
controllers translet 2019-12-23 17:34:09 +03:00
messages fix 2019-12-24 13:54:32 +03:00
models translet 2019-12-23 17:34:09 +03:00
views/default fix 2019-12-24 13:54:32 +03:00
Module.php fix 2019-12-24 13:54:32 +03:00
README.md init 2019-12-23 15:59:40 +03:00
composer.json translet 2019-12-23 17:34:09 +03:00

README.md

Агент для работы с кроном

Функционал для работы с кроном

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist dominion/yii2-cron "*"

or add

"dominion/yii2-cron": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \dominion\cron\AutoloadExample::widget(); ?>```