dmstr/yii2-resque-module

Resque job manager module with backend UI

Installs: 40 366

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 5

Forks: 0

Open Issues: 0

Type:yii2-extension

3.0.0 2024-10-18 11:49 UTC

This package is auto-updated.

Last update: 2024-10-18 11:51:03 UTC


README

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