kmergen / yii2-coreui
CoreUI Admin Theme for Yii2 with widgets and examples to use with Gulp
dev-master
2018-05-25 14:46 UTC
Requires
- kmergen/yii2-widgets: *
- yiisoft/yii2: ~2.0.14
- yiisoft/yii2-bootstrap4: ~1.0.0
This package is auto-updated.
Last update: 2026-02-28 06:28:42 UTC
README
Yii2 CoreUI admin theme preferred using with Gulp
Coreui is a bootstrap 4 admin theme
The preferred way to install this extension is through composer.
Either run
composer require "kmergen/yii2-coreui: "*"
or add
"kmergen/yii2-coreui": "*",
to the require section of your composer.json file.
Installation
1. Usage with Gulp
Read the Example Documentation
1. Usage with common Yii2 assets
- The extension include all needed files for the CoreUI Admin Theme
- Create an asset with the needed files for your project
- Register the asset in your theme layout file and you are ready to go.
- You can also use the the layout file from here, which you can then adapt to your needs.
Note: This extension is under development. Use it not in production.