Download the PHP package dmstr/yii2-app-command without Composer
On this page you can find all versions of the php package dmstr/yii2-app-command. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dmstr/yii2-app-command
More information about dmstr/yii2-app-command
Files in dmstr/yii2-app-command
Package yii2-app-command
Short Description Console command for Yii 2 Framework to manage your application source code and configuration settings
License BSD-3-Clause
Informations about the package yii2-app-command
Phundament Yii 2 Application Management Command
:warning: 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
or add
to the require section of your composer.json
file.
Usage
Once the extension is installed, configure it in your console
config:
Run the command