Skip to content

❌ Console command for Yii 2 Framework to manage your application setup, source code and configuration settings

Notifications You must be signed in to change notification settings

dmstr/yii2-app-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Phundament Yii 2 Application Management Command

⚠️ Project state: discontinued/obsolete

It is recommended to remove this package from your composer.json dependencies.

Replacement for mysql command: https://github.com/dmstr/yii2-db/blob/master/console/controllers/MysqlController.php

Further replacements: https://github.com/phundament/app/blob/master/src/commands/AppController.php


Console base-command to manage your application source code and configuration settings.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist dmstr/yii2-app-command "*"

or add

"dmstr/yii2-app-command": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, configure it in your console config:

    'controllerMap'       => [
        'app' => 'dmstr\\console\\controllers\\AppController',
    ],

Run the command

./yii app

About

❌ Console command for Yii 2 Framework to manage your application setup, source code and configuration settings

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages