2017 © Pedro Peláez
 

yii2-extension yii2-theme-adminlte

Theme AdminLTE for Yii2 Framework

image

mistim/yii2-theme-adminlte

Theme AdminLTE for Yii2 Framework

  • Wednesday, June 8, 2016
  • by Mistim
  • Repository
  • 1 Watchers
  • 2 Stars
  • 32 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

yii2-theme-admin

This package contains an:, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Run:, (*3)

php composer.phar require mistim/yii2-adminlte-asset "*"

or add require to composer.json:, (*4)

"mistim/yii2-adminlte-asset": "*"

Configuration

Add the following code to the application configuration, (*5)

'components' => [
    'view' => [
         'theme' => [
             'pathMap' => [
                '@app/views' => '@vendor/mistim/yii2-theme-adminlte/src/views'
             ],
         ],
    ],
],

Set layout in your main controller:, (*6)

public $layout = '@vendor/mistim/yii2-theme-adminlte/src/views/layouts/main';

Use template for Gii, (*7)

'gii' => [
    'class' => 'yii\gii\Module',
    'generators' => [
        'crud' => [
            'class'     => 'yii\gii\generators\crud\Generator',
            'templates' => [
                'adminlte' => '@vendor/mistim/yii2-theme-adminlte/src/generators/crud/default'
            ]
        ]
    ]
],

// TODO ..., (*8)

The Versions

08/06 2016

dev-master

9999999-dev https://github.com/mistim/yii2-theme-adminlte

Theme AdminLTE for Yii2 Framework

  Sources   Download

BSD-4-Clause

The Requires

 

by Avatar Mistim

yii2 adminlte thwmw

23/03 2016

0.1

0.1.0.0 https://github.com/mistim/yii2-theme-adminlte

Theme AdminLTE for Yii2 Framework

  Sources   Download

BSD-4-Clause

The Requires

 

by Avatar Mistim

yii2 adminlte thwmw