newtime-est/yii2-gii-advanced

Gii code generator

dev-master 2015-06-17 10:01 UTC

This package is not auto-updated.

Last update: 2024-10-02 10:53:04 UTC


README

Gii code generator

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist newtime-est/yii2-gii-advanced "*"

or add

"newtime-est/yii2-gii-advanced": "*"

to the require section of your composer.json file.

Usage

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

<?= \newtime\giiadvanced\AutoloadExample::widget(); ?>```