Александр Рыбкин 39e016b6b2 | ||
---|---|---|
console | ||
controllers | ||
messages/ru-RU | ||
models | ||
views/default | ||
Module.php | ||
README.md | ||
composer.json |
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(); ?>```