yangguanghui/yii2-extension-final

The easiest way to create your Yii2 application and with all features you exactly need.

dev-master 2016-08-04 06:07 UTC

This package is auto-updated.

Last update: 2024-04-08 05:49:17 UTC


README

The easiest way to create your Yii2 application and with all features you exactly need.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist yangguanghui/yii2-extension-final "*"

or add

"yangguanghui/yii2-extension-final": "*"

to the require section of your composer.json file.

Usage

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

<?= \yangguanghui\extfinal\AutoloadExample::widget(); ?>```