2017 © Pedro Peláez
 

yii2-extension yii2-testcoder

Тестовое

image

testcoder/yii2-testcoder

Тестовое

  • Thursday, October 26, 2017
  • by coder_ept
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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

Тестовое задание по запросу Анатолия для Senior php, (*1)

Installation

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

The Versions

26/10 2017

dev-master

9999999-dev

Тестовое

  Sources   Download

MIT

The Requires

 

by coder.ept

extension yii2