kongoon/yii2-theme-material

Theme for Yii2 Web Application

Installs: 279

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

dev-master 2015-02-20 05:10 UTC

This package is auto-updated.

Last update: 2024-03-28 02:24:06 UTC


README

Theme for Yii2 Web Application

Installation

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

or add

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

to the require section of your composer.json file.

Usage

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

use kongoon\theme\material;

material\MaterialAsset::register($this);