vonuki/easyqueue 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

vonuki/easyqueue

Composer 安装命令:

composer create-project vonuki/easyqueue

包简介

Yii 2 Basic Project Template

README 文档

README

Easyqueue project

INSTALLATION

If you do not have Composer, you may install it by following the instructions at getcomposer.org.

You can then install this project template using the following command:

Get last version

php composer.phar create-project --prefer-source --stability=dev vonuki/easyqueue easyqueue

Get stable version

php composer.phar create-project --prefer-source --stability=stable vonuki/easyqueue easyqueue

As rsult you will have geet access via:

http://localhost/basic/web/

CONFIGURATION

Database

Edit the file config/db.php with real data, for example:

return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=localhost;dbname=yii2basic',
    'username' => 'root',
    'password' => '1234',
    'charset' => 'utf8',
];

NOTES:

  • Yii won't create the database for you, this has to be done manually before you can access it.
  • Check and edit the other files in the config/ directory to customize your application as required.
  • Refer to the README in the tests directory for information specific to basic application tests.

Migrations

All migrations by one transaction:

./yii migrate/up --migrationPath=@vendor/dektrium/yii2-user/migrations --interactive=0 && ./yii migrate/up --migrationPath=@yii/rbac/migrations --interactive=0 && ./yii migrate/up --migrationPath=migrations --interactive=0

Admin user will be created automatically.

Name Value
id: 1
UserName: admin
Password: 123456
  1. User migration:
$ ./yii migrate/up --migrationPath=@vendor/dektrium/yii2-user/migrations
  1. For dectrium/rbac apllay migration:
$ ./yii migrate/up --migrationPath=@yii/rbac/migrations
  1. For Queue apllay project migration:
$ ./yii migrate/up --migrationPath=migrations

统计信息

  • 总下载量: 14
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2019-10-12

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固