dmstr/yii2-app-command
Console command for Yii 2 Framework to manage your application source code and configuration settings
Maintainers
Package info
github.com/dmstr/yii2-app-command
Type:yii2-extension
pkg:composer/dmstr/yii2-app-command
Requires
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause 41f2815d94d739caa131125b28585e017ec34c3c
- Tobias Munk <tobias.woop@diemeisterei.de>
README
⚠️ 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
