kmergen / yii2-coreui
CoreUI Admin Theme for Yii2 with widgets and examples to use with Gulp
Installs: 104
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 1
Type:yii2-extension
Requires
- kmergen/yii2-widgets: *
- yiisoft/yii2: ~2.0.14
- yiisoft/yii2-bootstrap4: ~1.0.0
This package is auto-updated.
Last update: 2024-12-28 03:57:51 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.