Skip to content

dmstr/yii2-resque-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Resque job manager module for Yii 2.0 Framework

Latest Stable Version Total Downloads License

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