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