yangguanghui / yii2-extension-final
The easiest way to create your Yii2 application and with all features you exactly need.
Package info
github.com/yangguanghui/yii2-extension-final
Type:yii2-extension
pkg:composer/yangguanghui/yii2-extension-final
dev-master
2016-08-04 06:07 UTC
Requires
- bower-asset/typeahead.js: 0.10.* | ~0.11.0
- phpspec/php-diff: >=1.0.2
- yiisoft/yii2: *
- yiisoft/yii2-bootstrap: ~2.0
This package is auto-updated.
Last update: 2026-03-08 10:26:40 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(); ?>```