darkair / yii2-console
Extension for standard Yii2 console for indented output and shortcuts
dev-master
2014-08-14 12:53 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-02-28 21:56:38 UTC
README
Extension of standart yii2 console for indented output and shortcuts
Installation
The preferred way to install this extension is through composer.
Either run
$ php composer.phar require darkair/yii2-console "dev-master"
or add
"darkair/yii2-console": "dev-master"
to the require section of your composer.json file.