2017 © Pedro Peláez
 

library yii2lte

AdminLTE template for Yii2 framework

image

ivoglent/yii2lte

AdminLTE template for Yii2 framework

  • Saturday, June 30, 2018
  • by ivoglent
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 29 % Grown

The README.md

AdminLTE Template for Yii2 Framework

Installation

composer require @ivoglent/yii2lte:latest

Configuration

Enable module in config file :, (*1)

    'modules' => ['adminlte' => '\ivoglent\yii2lte\AdminLTEModule']

Add adminlte module to bootstrap, (*2)

    'bootstrap' => ['log', 'adminlte']

Example module config :, (*3)

 'adminlte' => [
        'class' => \ivoglent\yii2lte\AdminLTEModule::className(),
        'menuFile' => '@backend/views/layouts/menu.php',
        'configs' =>  [
            'logo' => 'SOS System',
            'footer' => '© ' . date('Y') . ' by xDev'
        ]
 ]

The Versions

30/06 2018

dev-master

9999999-dev

AdminLTE template for Yii2 framework

  Sources   Download

The Requires

 

The Development Requires

by Long Nguyen

30/06 2018

1.0.3

1.0.3.0

AdminLTE template for Yii2 framework

  Sources   Download

The Requires

 

The Development Requires

by Long Nguyen

30/06 2018

dev-develop

dev-develop

AdminLTE template for Yii2 framework

  Sources   Download

The Requires

 

The Development Requires

by Long Nguyen

15/04 2018

1.0.2

1.0.2.0

AdminLTE template for Yii2 framework

  Sources   Download

The Requires

 

The Development Requires

by Long Nguyen

10/04 2018

1.0.1

1.0.1.0

AdminLTE template for Yii2 framework

  Sources   Download

The Requires

 

The Development Requires

by Long Nguyen