PHPackages                             edujugon/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. edujugon/adminlte

ActiveLibrary[Admin Panels](/categories/admin)

edujugon/adminlte
=================

Install latest version of AdminLTE Control Panel and add some extra features in your Fresh Laravel 5 installation.

v1.0.1(9y ago)61231[1 issues](https://github.com/Edujugon/adminLTE/issues)MITHTML

Since Oct 17Pushed 8y ago2 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

Admin LTE Control Panel and Laravel 5
=====================================

[](#admin-lte-control-panel-and-laravel-5)

This Package adds latest version of AdminLTE Control Panel and some extra features in your Fresh Laravel 5 installation.

Extra Features
--------------

[](#extra-features)

- Auth Views
- Localization on views and functionality
- Global file for Project Company Data.
- More Features Coming Soon.

Installation
------------

[](#installation)

type in console:

```
composer require edujugon/adminlte

```

Laravel 5.\*
------------

[](#laravel-5)

Register AdminLTE service by adding it to the providers array.

```
'providers' => array(
    ...
    Edujugon\AdminLTE\Providers\AdminLTEServiceProvider::class
)

```

Recommended Steps
-----------------

[](#recommended-steps)

Since this package integrates auth views you should set up the Laravel Authentication Feature first:

Just run the following commands in your fresh Laravel application:

- `php artisan make:auth`

Then

- `php artisan migrate`

Publish AdminLTE Dependencies
-----------------------------

[](#publish-adminlte-dependencies)

> Since you will typically need to overwrite the dependencies every time the package is updated, I recommend to use the --force flag.

```
php artisan vendor:publish --tag=adminLTE_dependencies --force

```

Publish Views
-------------

[](#publish-views)

Publish the package's view files to the application's own view directory

```
php artisan vendor:publish --tag=adminLTE_views --force

```

Publish Language Files and Controller.
--------------------------------------

[](#publish-language-files-and-controller)

Publish the package's language files to the application's own lang directory.

Publish the package's LanguageController file to the application's own Controllers directory

### Current Languages

[](#current-languages)

- English
- Spanish
- More Languages coming soon

```
php artisan vendor:publish --tag=adminLTE_languages

```

The last step is to add the below line to project's routes file.

#### Laravel 5.3

[](#laravel-53)

File: routes/web.php

#### Minor than 5.3

[](#minor-than-53)

File: app/routes.php

```
Route::get('language/{lang}', 'LanguageController@index');

```

Publish Company parameters File.
--------------------------------

[](#publish-company-parameters-file)

It will publish a file where you may have all project company data in one place.

File Location: config/company.php

```
php artisan vendor:publish --tag=adminLTE_config

```

AdminLTE Control panel Preview and Documentation
------------------------------------------------

[](#adminlte-control-panel-preview-and-documentation)

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 94.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

2

Last Release

3489d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2806ab557e2a153347da9fb0e2dbe58ab47ce10bb60ccac71193e8ed67349a23?d=identicon)[edujugon](/maintainers/edujugon)

---

Top Contributors

[![Edujugon](https://avatars.githubusercontent.com/u/4853751?v=4)](https://github.com/Edujugon "Edujugon (17 commits)")[![h141dev](https://avatars.githubusercontent.com/u/9201171?v=4)](https://github.com/h141dev "h141dev (1 commits)")

---

Tags

laravelAdminLTESkeletoncontrol panel

### Embed Badge

![Health badge](/badges/edujugon-adminlte/health.svg)

```
[![Health](https://phpackages.com/badges/edujugon-adminlte/health.svg)](https://phpackages.com/packages/edujugon-adminlte)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[infyomlabs/laravel-ui-adminlte

Laravel frontend preset for AdminLTE Theme

199436.0k6](/packages/infyomlabs-laravel-ui-adminlte)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[takielias/tablar-kit

The Elegance of Tablar Dashboard

413.4k](/packages/takielias-tablar-kit)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
