newtime-est/yii2-gii-advanced

Gii code generator

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/newtime-est/yii2-gii-advanced

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

This package is not auto-updated.

Last update: 2025-10-01 15:31:36 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(); ?>```