dev-master
9999999-devТестовое
MIT
The Requires
by coder.ept
extension yii2
Тестовое
Тестовое задание по запросу Анатолия для Senior php, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist testcoder/yii2-testcoder "*"
or add, (*4)
"testcoder/yii2-testcoder": "*"
to the require section of your composer.json
file., (*5)
Добавить в web/main, (*6)
'modules' => [ 'testcoder' => [ 'class' => 'coder\test\testModule', ], ],
Запустить миграцию, (*7)
yii migrate --migrationPath=@app/vendor/coder.ept/yii2-testcoder/migrations
Тестовое
MIT
extension yii2