2017 © Pedro Peláez
 

yii2-extension yii2-admin-lte

Yii2 Integration kit for Admin LTE theme

image

webtoolsnz/yii2-admin-lte

Yii2 Integration kit for Admin LTE theme

  • Monday, July 30, 2018
  • by badams
  • Repository
  • 3 Watchers
  • 2 Stars
  • 751 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 20 Versions
  • 12 % Grown

The README.md

Software License Build Status Coverage Status Quality Score, (*1)

Yii2 Integration kit for AdminLTE theme

The purpose of this project is to allow easy integration of the popular bootstrap theme AdminLTE for any Yii2 based applications., (*2)

!["AdminLTE Presentation"] (http://i.imgur.com/YOyqDPa.png "AdminLTE Presentation"), (*3)

Installation

Install webtoolsnz/yii2-admin-lte using Composer., (*4)

$ composer require webtoolsnz/yii2-admin-lte

Getting started

This packages consists of a Theme and a set of widgets, each can be used independently of the other., (*5)

You can just use the widgets and completely ignore the theme component of this package, check the documentation for each individual widget below., (*6)

Available Widgets

Theme

Getting started with the Theme is really simple just the components section of your web application config with the following, (*7)


[ ... 'components' => [ 'view' => [ 'theme' => [ 'class' => \webtoolsnz\AdminLte\Theme::className(), ] ] ] ... ]

If you have any layout files named main.php those will need to be removed or renamed, as they will override the provided layout files, read more about theme configuration, (*8)

Testing

This project has a PHPUnit test suite. To run the tests, run the following command from the project folder., (*9)

bash $ composer test, (*10)

License

The MIT License (MIT). Please see LICENSE for more information., (*11)

The Versions