jucksearm/yii2-theme-devoops

Yii2 Admin theme modify from DevOOPS bootstrap 3 source 'https://github.com/nnmware/devoops'

Installs: 1 407

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Language:JavaScript

Type:yii2-extension

1.0.1 2017-01-27 11:29 UTC

This package is not auto-updated.

Last update: 2024-05-11 17:51:11 UTC


README

Yii2 Admin theme modify from DevOOPS bootstrap 3 template

Installation

Install via composer:

  composer require "jucksearm/yii2-theme-devoops"

OR add this to your composer.json require section

  "jucksearm/yii2-theme-devoops": "*",

Install via zip:

download file https://github.com/jucksearm/yii2-theme-devoops/archive/master.zip

extract file to vendor folder as:

   vendor
   |- jucksearm
     |- yii2-theme-devoops
       | ......

How to use

Once the extension is installed, you can have a preview by reconfiguring the path mappings of the view component:

For Yii 2 Advanced Application Template or Basic Application Template

'components' => [
    'view' => [
         'theme' => [
             'pathMap' => [
                '@app/views' => '@vendor/jucksearm/yii2-theme-devoops/views'
             ],
         ],
    ],
],

Components

Detailed description of all Components.

Widgets

Detailed description of all widgets.