bandodebits/yii2-bdb-giiant

Bando de Bits Gii Code generator

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

dev-master 2015-06-29 22:12 UTC

This package is auto-updated.

Last update: 2025-03-19 10:16:13 UTC


README

Bando de Bits Gii Code generator

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist bandodebits/yii2-bdb-giiant "*"

or add

"bdb/yii2-bdb-giiant": "*"

to the require section of your composer.json file.

Usage

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

<?= \bdb\giiant\AutoloadExample::widget(); ?>```