kongoon/yii2-theme-simplex

Theme for Yii2 Web Application

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

dev-master 2015-05-01 03:09 UTC

This package is auto-updated.

Last update: 2024-03-09 13:17:41 UTC


README

Theme for Yii2 Web Applicaiton

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

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

to the require section of your composer.json file.

Usage

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

use kongoon\theme\simplex;

simplex\SimplexAsset::register($this);