yii-diandi/addons

子模块扩展


Keywords
extension, yii2
License
Apache-2.0

Documentation

子模块扩展

子模块扩展

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist firetch/yii2-addons "*"

or add

"firetch/yii2-addons": "*"

to the require section of your composer.json file.

Usage

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

<?= \firetech\addons\AutoloadExample::widget(); ?>```