kriss / yii2-beyond-admin-asset
yii2 beyond admin asset
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-25 18:52:53 UTC
README
yii2 beyond admin asset
Installation
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.
Usage
Once the extension is installed, simply use it in your code by :
<?= \kriss\beyond\AutoloadExample::widget(); ?>```