memouk / yii2-adminlte-widgets
yii2 adminlte widgets
Installs: 89
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 9
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-bootstrap4: ~2.0.8
README
yii2 adminlte widgets
Installation
The preferred way to install this extension is through composer.
v1 for adminlte3
Either run
composer require --prefer-dist "hail812/yii2-adminlte-widgets=~1.0"
or add
"hail812/yii2-adminlte-widgets": "~1.0"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \hail812\adminlte\widgets\Alert::widget(); ?>