PHPackages                             elnooronline/laravel-adminlte - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. elnooronline/laravel-adminlte

ActiveLibrary[Admin Panels](/categories/admin)

elnooronline/laravel-adminlte
=============================

A short description of what your package does

v3.0.0(5y ago)24.4k12MITBladePHP ^7.0

Since Mar 4Pushed 5y ago2 watchersCompare

[ Source](https://github.com/Elnooronline/laravel-adminlte)[ Packagist](https://packagist.org/packages/elnooronline/laravel-adminlte)[ RSS](/packages/elnooronline-laravel-adminlte/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (27)Used By (2)

laravel-adminlte
================

[](#laravel-adminlte)

An easy way to integrate [AdminLTE](https://adminlte.io) into your laravel applications.

1. [Introduction](#introduction)
2. [Installation](#installation)
3. [Overriding Laravel Authentication Views](#adminlte-auth)
4. [Configuration](#adminlte-config)
5. [Blade Templates (Layout, Component and Partial Views)](#adminlte-components)
    1. [Main Layout](#adminlte-components-layout)
    2. [Page Component](#adminlte-components-page)
    3. [Box Component](#adminlte-components-box)
    4. [Table Box Component](#adminlte-components-table-box)
    5. [Info Box Component](#adminlte-components-info-box)
6. [\[Optional\] Overrriding the default views](#adminlte-views)

1. Introduction
---------------

[](#1-introduction)

This package depend on other packages under the hood, these packages are:

- [Laravel Breadcrumbs](https://github.com/davejamesmiller/laravel-breadcrumbs)
- [Laracasts Flash](https://github.com/laracasts/flash)

2. Installation
---------------

[](#2-installation)

You can install `laravel-adminlte` using composer cli by running:

```
composer require elnooronline/laravel-adminlte

```

Then run the following command to publish the required assets and files:

```
php artisan vendor:publish --tag=adminlte-assets --tag=adminlte-breadcrumbs --tag=adminlte-config

```

3. Overriding Laravel Authentication Views
------------------------------------------

[](#3-overriding-laravel-authentication-views)

After following the steps in [Authentication Quick Start](https://laravel.com/docs/master/authentication#authentication-quickstart)you can replace the created authentication views by the adminlte views by running the following command:

```
php artisan vendor:publish --tag=adminlte-auth --force

```

4. Configuration
----------------

[](#4-configuration)

After publish the configuration files in step 1 a two configuration files will be published `config/adminlte.php` and `config/breadcrumbs.php`.

```
