Skip to content

luobenyu/yii2-start-themes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
],

About

The themes extension for Yii2-Start application.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.3%
  • CSS 27.1%
  • PHP 3.2%
  • HTML 0.4%