voskobovich / yii2-base-toolkit
Tools for Yii2
Package info
github.com/voskobovich/yii2-base-toolkit
Type:yii2-toolkit
pkg:composer/voskobovich/yii2-base-toolkit
v2.6.1
2018-01-04 18:45 UTC
Requires
- php: >=5.4.0
- yiisoft/yii2: ^2.0.0
Requires (Dev)
README
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist voskobovich/yii2-base-toolkit "~2.0"
or add
"voskobovich/yii2-base-toolkit": "~2.0"
to the require section of your composer.json file.
CODE ECOLOGY
To check the code:
./vendor/bin/phpcs -s --encoding=utf-8 --extensions=php .
To auto fix the code format:
./vendor/bin/php-cs-fixer fix