vova07/yii2-start-themes

The themes extension for Yii2-Start application.

Installs: 10 521

Dependents: 2

Suggesters: 0

Security: 0

Stars: 7

Watchers: 4

Forks: 10

Open Issues: 0

Language:JavaScript

Type:yii2-extension

0.1.6 2015-06-05 09:53 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:57:12 UTC


README

Yii2-Start themes.

This is the main themes extension for Yii2-Start application.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist vova07/yii2-start-themes "*"

or add

"vova07/yii2-start-themes": "*"

to the require section of your composer.json file.

Configuration

Edit view section in your backend application config file:

'view' => [
    'theme' => 'vova07\themes\admin\Theme'
],

or

'view' => [
    'theme' => 'vova07\themes\site\Theme'
],