dmstr/yii2-resque-module
最新稳定版本:3.0.0
Composer 安装命令:
composer require dmstr/yii2-resque-module
包简介
Resque job manager module with backend UI
关键字:
README 文档
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
统计信息
- 总下载量: 48.68k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2017-02-17