vova07/yii2-start-themes

The themes extension for Yii2-Start application.

Maintainers

Package info

github.com/vova07/yii2-start-themes

Language:JavaScript

Type:yii2-extension

pkg:composer/vova07/yii2-start-themes

Statistics

Installs: 10 568

Dependents: 2

Suggesters: 0

Stars: 7

Open Issues: 0

0.1.6 2015-06-05 09:53 UTC

This package is not auto-updated.

Last update: 2026-03-01 00:20:38 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'
],