kmergen/yii2-coreui

CoreUI Admin Theme for Yii2 with widgets and examples to use with Gulp

Installs: 101

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 1

Type:yii2-extension

dev-master 2018-05-25 14:46 UTC

This package is auto-updated.

Last update: 2024-03-28 02:24:08 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.