Download the PHP package asmoday74/yii2-tasks without Composer
On this page you can find all versions of the php package asmoday74/yii2-tasks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-tasks
Yii2 Tasks Module
Task manager for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Configuration
To add a module to the project, add the following data in your configuration file:
'modules' => [
...
'tasks' => [
'class' => 'asmoday74\tasks\Module'
],
...
],
Migrations
After configure module, run the following command in the console:
$ php yii tasks/init
And select the operation "Apply all module migrations"
or execute
All versions of yii2-tasks with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
ext-json Version *
ext-posix Version *
ext-pcntl Version *
yiisoft/yii2 Version ^2.0.42
yiisoft/yii2-bootstrap5 Version ~2.0.4
asmoday74/yii2-adminlte3 Version *
ext-json Version *
ext-posix Version *
ext-pcntl Version *
yiisoft/yii2 Version ^2.0.42
yiisoft/yii2-bootstrap5 Version ~2.0.4
asmoday74/yii2-adminlte3 Version *
The package asmoday74/yii2-tasks contains the following files
Loading the files please wait ....