yiithings/yii2-devkit

Developer helper kit for Yii2 framework

Installs: 68

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

Type:yii2-extension

1.0.0 2018-01-22 09:52 UTC

This package is auto-updated.

Last update: 2024-03-19 08:39:56 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Developer helper kit for Yii2 framework.

Features

  • Integrated IDE auto complete generator

  • Integrated Migration code generator

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist yiithings/yii2-devkit "*"

or add

"yiithings/yii2-devkit": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

[
    'bootstrap' => ['devkit'],
    'modules' => [
        'devkit' => [
            'class' => 'yiithings\devkit\Module',
        ],
    ],
]

Use console:

$ ./yii devkit/ide-helper
$ ./yii devkit/schema-create
$ ./yii devkit/schema-drop