yii2-banana-gii/yii2-banana-gii

easy to use

dev-master 2018-01-16 07:01 UTC

This package is not auto-updated.

Last update: 2024-04-28 03:25:14 UTC


README

easy to use

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist yii2-banana-gii/yii2-banana-gii "*"

or add

"yii2-banana-gii/yii2-banana-gii": "*"

to the require section of your composer.json file.

Usage

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

<?= \osenyursa\banana\AutoloadExample::widget(); ?>```