https://github.com/dmstr/yii2-resque-module
https://github.com/dmstr/yii2-resque-module
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmstr/yii2-resque-module
- Owner: dmstr
- Created: 2017-02-17T18:43:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T11:50:22.000Z (over 1 year ago)
- Last Synced: 2025-05-25T15:53:37.902Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 46.9 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Resque job manager module for Yii 2.0 Framework
===============================================
[](https://packagist.org/packages/dmstr/yii2-resque-module)
[](https://packagist.org/packages/dmstr/yii2-resque-module)
[](https://packagist.org/packages/dmstr/yii2-resque-module)
Resque job manager module with backend UI
Installation
------------
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
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
```php
'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`