voskobovich/yii2-base-toolkit

Tools for Yii2

v2.6.1 2018-01-04 18:45 UTC

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