dmstr / yii2-resque-module
Resque job manager module with backend UI
Installs: 40 526
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: 2.*
- yiisoft/yii2-queue: ^2.0
This package is auto-updated.
Last update: 2024-10-18 11:51:03 UTC
README
Resque job manager module with backend UI
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist hrzg/yii2-resque-module "*"
or add
"hrzg/yii2-resque-module": "*"
to the require section of your composer.json
file.
Setup
Module configuration
'resque' => [ 'class' => 'hrzg\resque\Module', 'layout' => '@admin-views/layouts/main', ]
Upgrading
When upgrading von v2 to v3 run this migration: yii migrate/up -p=@vendor/dmstr/yii2-resque-module/src/migrations/2.0-to-3.0