3
0
Fork 0
Go to file
Александр Рыбкин 0d5bfe59a1 fix 2021-04-26 17:31:23 +03:00
console Повторяющиеся задачи 2020-10-26 14:08:52 +03:00
controllers 36867 Интеграция с модерацией, реализация cron-task 2019-12-24 17:04:30 +03:00
messages/ru-RU Повторяющиеся задачи 2020-10-26 14:08:52 +03:00
models fix 2021-04-26 17:31:23 +03:00
views/default Повторяющиеся задачи 2020-10-26 14:08:52 +03:00
Module.php Добавление через модуль 2021-04-26 16:47:55 +03:00
README.md init 2019-12-23 15:59:40 +03:00
composer.json fix 2019-12-24 14:03:12 +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(); ?>```