Go to file
Александр Рыбкин c24d319159 init 2024-11-20 16:40:08 +03:00
console init 2024-11-20 16:40:08 +03:00
controllers init 2024-11-20 16:40:08 +03:00
messages/ru-RU init 2024-11-20 16:40:08 +03:00
models init 2024-11-20 16:40:08 +03:00
views/default init 2024-11-20 16:40:08 +03:00
Module.php init 2024-11-20 16:40:08 +03:00
README.md init 2024-11-20 16:40:08 +03:00
composer.json init 2024-11-20 16:40:08 +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(); ?>```