co0lc0der / yii2-adminlte3-widgets
AdminLTE 3 widgets for Yii2
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=7.4
- hail812/yii2-adminlte3: *
- yiisoft/yii2: ~2.0.14
README
AdminLTE 3 widgets for Yii2. Based on AdminLTE 3.1.0. More widgets, helpers and Gii will be added in the future. This extension on Yii framework webpage.
At present time the extension includes
- Traits
- Helpers
- Widgets
Read documentation for examples.
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist co0lc0der/yii2-adminlte3-widgets "*"
or add
"co0lc0der/yii2-adminlte3-widgets": "*"
to the require section of your composer.json
file.