Skip to content

very easy to use in Laravel, AdminLte is a Bootstrap Admin Panel. We use This to Make Laravel Admin Panel, And added RTL Support, exist Light and and dark Theme. also easy to use, for add sidebar menu you can use array list, also use config file to set dark or use RTL

Notifications You must be signed in to change notification settings

mhk67/LaravelAdminLte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel AdminLTE - Bootstrap 4 Admin Dashboard

Laravel AdminLTE very easy to use, AdminLte is a Bootstrap Admin Panel. We use This to Make Laravel Admin Panel, And added RTL Support, exist Light and dark Theme. also easy to use, for add sidebar menu you can use array list, also use config file to set dark or use RTL

Preview:

"AdminLTE Presentation"

"AdminLTE Presentation"

"AdminLTE Presentation"

Install:

Via Composer

composer require mhk67/adminlte:dev-main

after install use this command:

php artisan vendor:publish --provider=Mhk67\AdminLte\AdminLteServiceProvider

config file:

you can set config on this location:

config/AdminLte.php
return [
    'brandName' => 'AdminLTE3',
    'brandLink' => 'AdminLte.dashboard', #route name
    'theme' => 'light', #light or dark
    'rtl' => false, #false or true
    'sidebar_menu'=>[
        [
            'text'=>'Dashboard',
            'link'=>'#',
            'icon'=>'fas fa-tachometer-alt',
            'badge'=>[],
            'sub-menu'=>[
                [
                    'text'=>'Dashboard v1',
                    'link'=>'AdminLte.dashboard',
                    'icon'=>'far fa-circle',
                    'badge'=>[],
                    'sub-menu'=>[],
                ],
                [
                    'text'=>'Dashboard v2',
                    'link'=>'AdminLte.dashboard2',
                    'icon'=>'far fa-circle',
                    'badge'=>[],
                    'sub-menu'=>[],
                ],
            ],
        ],
        [
            'text'=>'Widgets',
            'link'=>'#',
            'icon'=>'fas fa-th',
            'badge'=>['danger'=>'New'],
            'sub-menu'=>[],
        ],
        [
            'text'=>'Layout Option',
            'link'=>'#',
            'icon'=>'fas fa-copy',
            'badge'=>['info'=>'6'],
            'sub-menu'=>[
                [
                    'text'=>'Top Navigation',
                    'link'=>'AdminLte.blank',
                    'icon'=>'far fa-circle',
                    'badge'=>[],
                    'sub-menu'=>[],
                ],

            ],
        ],
        [
            'text'=>'Important',
            'link'=>'#',
            'icon'=>'far fa-circle text-danger',
            'badge'=>[],
            'sub-menu'=>[],
        ],
        [
            'text'=>'Warning',
            'link'=>'#',
            'icon'=>'far fa-circle text-warning',
            'badge'=>[],
            'sub-menu'=>[],
        ],

    ]
];

About

very easy to use in Laravel, AdminLte is a Bootstrap Admin Panel. We use This to Make Laravel Admin Panel, And added RTL Support, exist Light and and dark Theme. also easy to use, for add sidebar menu you can use array list, also use config file to set dark or use RTL

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages