登录 注册
当前位置:主页 > 资源下载 > 9 > yii2-resque-module 正处于施工中

yii2-resque-module 正处于施工中

  • 更新:2024-10-22 23:51:14
  • 大小:28KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

Yii 2.0 Framework的Resque Job Manager模块 具有后端UI的Resque作业管理器模块 安装 安装此扩展的首选方法是通过 。 无论运行 php composer.phar require --prefer-dist hrzg/yii2-resque-module "*" 或添加 "hrzg/yii2-resque-module": "*" 到composer.json文件的require部分。 设置 安装扩展程序后,只需通过以下方式在您的代码中使用它: Docker容器 redis: image: redis:3 appworker: build: . command: yii resque/work volumes: - '.:/app' links: - 'redis:REDIS' - 'mariad