hris/yii2-theme-c

Theme for Yii2 Web Application

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

This package has no released version yet, and little information is available.


README

Theme for Yii2 Web Application

Installation

php composer.phar require --prefer-dist hris/yii2-theme-material "*"

or add

"hris/yii2-theme-material": "*"

to the require section of your composer.json file.

Usage

Open your layout views/layours/main.php and add

use hris\theme\material;

material\MaterialAsset::register($this);