version 3.0.1
Description:a test extenson of yii2
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist bzqadmin/yii2-world "*"
or add
"bzqadmin/yii2-world": "*"
to the require section of your composer.json
file.
Once the extension is installed, simply use it in your code by :
<?= \bzqadmin\yii2\AutoloadExample::widget(); ?>```