/yii2-coreui

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Yii 2 Coreui

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.