albertborsos / yii2-theme-helper
Helper classes for themes
Installs: 9 129
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- rmrevin/yii2-fontawesome: ~2.17|~3.0
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-bootstrap: ~2.0.0
This package is auto-updated.
Last update: 2024-10-28 22:45:01 UTC
README
Helper classes for themes
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist albertborsos/yii2-theme-helper "*"
or add
"albertborsos/yii2-theme-helper": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \albertborsos\themehelper\AutoloadExample::widget(); ?>```