xlerr/yii2-adminlte

This package is abandoned and no longer maintained. No replacement package was suggested.

tab menu for AdminLTE

This package has no released version yet, and little information is available.


README

demo

demo

configure for yii2

// backend/config/main.php
return [
    'controllerMap' => [
        'demo' => \xlerr\adminlte\controllers\DemoController::class,
    ],
    'components' => [
        'view'  => [
            'theme' => [
                'pathMap' => [
                    '@app/views' => '@vendor/xlerr/yii2-adminlte/src/views',
                ],
            ],
        ],
    ],
];