Skip to content

i-coder/testcoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Тестовое задание по запросу Анатолия

Тестовое задание по запросу Анатолия для 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages