testcoder / yii2-testcoder
Тестовое
dev-master
2017-10-26 07:03 UTC
Requires
This package is not auto-updated.
Last update: 2026-03-01 11:10:06 UTC
README
Тестовое задание по запросу Анатолия для Senior php
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist testcoder/yii2-testcoder "*"
or add
"testcoder/yii2-testcoder": "*"
to the require section of your composer.json file.
Добавить в web/main
'modules' => [
'testcoder' => [
'class' => 'coder\test\testModule',
],
],
Запустить миграцию
yii migrate --migrationPath=@app/vendor/coder.ept/yii2-testcoder/migrations