Coder Social home page Coder Social logo

yii2-app-release's Introduction

yii2 app-release module

Latest Stable Version Total Downloads License StyleCI Build Status Scrutinizer Code Quality Code Coverage Build Status

Usage

Config Migration Path or Migration By migrationPath Parameter

Config Migration Path in Yii config file like this

    'controllerMap' => [
        'migrate' => [
            'class' => 'yii\console\controllers\MigrateController',
            'migrationPath' => [
                '@console/migrations/',
                '@zacksleo/yii2/apprelease/migrations',
            ],
        ],
    ],

Run migration by By migrationPath Parameter

  ./yii migrate --migrationPath=@zacksleo/yii2/apprelease/migrations

Config Module in components part

    'app-release' => [
        'class' => 'zacksleo\yii2\apprelease\Module',
    ]

yii2-app-release's People

Contributors

graychen avatar zacksleo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

graychen

yii2-app-release's Issues

页面问题

  1. 发布,客户端,添加一个客户端,提交后数据错误;提交页点击DELETE,报#405错误
  2. 按钮显示英文 / 状态显示2个 / 发布说明填写的时候是"测试"现在变0 / 创建时间戳没有转换

remove use

Should remove the file below:

use common\helpers\files\File;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.