testcoder/yii2-testcoder

Тестовое

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2017-10-26 07:03 UTC

This package is not auto-updated.

Last update: 2024-04-28 00:53:26 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