dmstr/yii2-app-command

This package is abandoned and no longer maintained. No replacement package was suggested.

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

Maintainers

👁 schmunk

Package info

github.com/dmstr/yii2-app-command

Type:yii2-extension

pkg:composer/dmstr/yii2-app-command

Statistics

Installs: 9 895

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 1

0.5.0 2015-06-26 19:11 UTC

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 41f2815d94d739caa131125b28585e017ec34c3c

  • Tobias Munk <tobias.woop@diemeisterei.de>

configurationcommandapplicationmanagementyii2

This package is auto-updated.

Last update: 2022-02-01 12:36:50 UTC


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