dev-master
9999999-devThis module provides pages and commands to manage and run cron jobs
BSD-3-Clause
The Requires
by Samuele Saorin
yii2 cronjob cron
This module provides pages and commands to manage and run cron jobs
This module provides pages and commands to manage and run cron jobs, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist sylletka/yii2-cronjob "*"
or add, (*4)
"sylletka/yii2-cronjob": "*"
to the require section of your composer.json
file., (*5)
Subsequently, run, (*6)
./yii migrate/up --migrationPath=@vendor/sylletka/yii2-cronjob/migrations
in order to create the required tables., (*7)
Then, enable the module in config file:, (*8)
<?php 'modules' => [ ... 'log' => [ 'class' => 'sylletka\cronjob\Module', ], ... ],
This module provides pages and commands to manage and run cron jobs
BSD-3-Clause
yii2 cronjob cron