socialist/yii2-admin-lte Admin LTE themr for Yii2

adminadminltetheme

Admin LTE for Yii2

Admin LTE themr for Yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist socialist/yii2-admin-lte "*"

or add

"socialist/yii2-admin-lte": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply add in the right file, for example in the beginning of the file @views/layout/main:

<?php

use socialist\adminlte\assets\AdminAsset;

AdminAsset::register($this);

?>

Or you can replace the default layout in the app settings:

<?php
return [
    // ...

    'layout' => '@vendor/adminlte/layout/main',

    // ...
]
?>

More documentations

Russian

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



0.5.9 is the latest of 11 releases



MIT license
Stats
3 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
118 total downloads