PHPackages                             sbshara/laraadminlte - 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. sbshara/laraadminlte

ActiveLibrary[Admin Panels](/categories/admin)

sbshara/laraadminlte
====================

a laravel optimized AdminLTE template ready to use out of the box package

01HTML

Since Oct 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/sbshara/laraadminlte)[ Packagist](https://packagist.org/packages/sbshara/laraadminlte)[ RSS](/packages/sbshara-laraadminlte/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

AdminLTE ready for Laravel 5.7
==============================

[](#adminlte-ready-for-laravel-57)

Intro
-----

[](#intro)

Everytime I start a project, I spend quite amount of time cutting and arranging [AdminLTE](https://adminlte.io) template to fit into my views, and arrange the variables and other customization options. I decided to do an abstract of the view, include all dependencies (updating to online CDNs ongoing!).

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

[](#installation)

---

Configurations
--------------

[](#configurations)

configuration files include:

- App Name

    *Laravel installation creates `.env` file with a variable `APP_NAME`, This value would be used accross the view files as provided with a fallback of [Company Name](#)*
- App Short Name

    *Unlike the App Name, this variable is not set. You will have to update your `.env` file and add the variable name `APP_SHORT_NAME`. If you don't, the view files will show `SHB` whereever it is required to show a short version of the App Name*

---

Usage
-----

[](#usage)

Each page you create would have the below options to include:

- **`@section('otherMETA')`***Any additional `` tags that you want to add to the standard ones.*
- **`@section('otherCSS')`***Any additional `` files (below existing ones) that you want to add to the standard ones.*
- **`@section('otherJS')`***Any additional `` (below existing ones) that you want to add to the standard ones.*
- **`@section('contentTitle')`***This section would be utilized in 2 locations:*
    - ***Page Title**: { CONTENT TITLE | APP NAME } ``*
    - ***Page Header**: Top of the content page ``*

- **`@section('contentTitleDesc')`***This would follow the Page Header in ``*
- **`@section('contents')`***The actual contents of your page, checkout the `./samples/*` for readymade pages*
- **`@section('version')`***This would display the application current version at the bottom rightside of the page (footer section)*

---

Optional Tags:
--------------

[](#optional-tags)

*You can add settings options and relate them to the user; this would allow the user to preserve the customization of their UX.*

Options:

- **Skin** `skin`

    *Options:*

    - Blue `skin-blue` (default)
    - Black `skin-black`
    - Purple `skin-purple`
    - Green `skin-green`
    - Red `skin-red`
    - Yellow `skin-yellow`
    - Light Blue `skin-blue-light`
    - Light Black `skin-black-light`
    - Light Purple `skin-purple-light`
    - Light Green `skin-green-light`
    - Light Red `skin-red-light`
    - Light Yellow `skin-yellow-light`
- **Layout** `layout`

    *Options:*

    - Original `{EMPTY_STRING}` (default)
    - Fixed `fixed`
    - Boxed `layout-boxed`
    - Fixed &amp; Boxed `fixed layout-boxed`
- **Navigation Sidebar** (Leftside) `sideBar`

    *Options:*

    - Mini `sidebar-mini` (default)
    - Collapsed `sidebar-collapse`
    - Expand on Hover `sidebar-expanded-on-hover`
- **Control Sidebar** (Rightside)

    *Options:*

    - Hidden `{EMPTY_STRING}` (default)
    - Open `control-sidebar-open`
    - Dark Skin `control-sidebar-dark`

---

Dependencies
------------

[](#dependencies)

This package includes certain libraries with it. I am working on replacing these files with an online CDN (except the ones which are specific to this theme); in the meantime, here are the libraries:

SNNameTypeVersionLocationCDNNotes01Bootstrap**CSS**3.3.7`css/bootstrap.min.css```02Font Awesome**CSS**4.7.0`css/font-awesome.min.css```03Ionicons**CSS**2.0.0`css/Ionicons/css/ionicons.min.css```04AdminLTE Styles**CSS***N/A*`css/AdminLTE.min.css```*Specific to this Theme*05AdminLTE Skins**CSS***N/A*`css/skins/_all-skins.min.css```*Specific to this Theme*06Morris Chart**CSS***N/A*`css/morris.css```07jvectormap**CSS**2.0.4`css/jquery-jvectormap.css```08Bootstrap Date Picker**CSS**1.7.1`css/bootstrap-datepicker.min.css```09Bootstrap Date Range Picker**CSS**2.1.27`css/daterangepicker.css```10Bootstrap WYSIHTML5 (Text Editor)**CSS**0.4.15`css/bootstrap3-wysihtml5.min.css```11Google Fonts**CSS***N/A**N/A*`https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic`*Customizable on `https://fonts.google.com/`*---------------------12JQuery**JS**3.3.1`js/jquery.min.js```13JQuery UI**JS**1.11.4`js/jquery-ui.min.js```14Bootstrap**JS**3.3.7`js/bootstrap.min.js```15Raphael JS**JS**2.2.0`js/raphael.min.js```*works with Morris JS*16Morris JS**JS**0.5.0`js/morris.min.js```17JQuery Sparkline**JS**2.1.3`js/jquery.sparkline.min.js```18jvectormap**JS**1.2.2`js/jquery-jvectormap-1.2.2.min.js```19jvectormap (World Mill)**JS**`js/jquery-jvectormap-world-mill-en.js```*Support Library containing areas of countries*20JQuery Knob Chart**JS**1.2.12`js/jquery.knob.min.js```21Moment JS**JS**`js/moment.min.js```22Bootstrap Date Range Picker**JS**`js/daterangepicker.js```23Bootstrap Date Picker**JS**`js/bootstrap-datepicker.min.js```24Bootstrap WYSIHTML5 (Text Editor)**JS**`js/bootstrap3-wysihtml5.all.min.js```25Slimscroll**JS**`js/jquery.slimscroll.min.js```26FastClick**JS**`js/fastclick.js```27AdminLTE App**JS**`js/adminlte.min.js```28AdminLTE Dashboard demo**JS**`js/pages/dashboard.js`*N/A*29AdminLTE demo**JS**`js/demo.js`*N/A*---

Available Libraries
-------------------

[](#available-libraries)

The links to the CSS &amp; JS files available to use within the framework. the basic ones are already included in the JS &amp; CSS files; however, other links are to be added if they're required:

***Note:** Sample pages include their required libraries, checkout the files in `/adminlte/samples/`*

### JS

[](#js)

- `\ ` (included)
- `\ `
- `\ $.widget.bridge('uibutton', $.ui.button);`
- `\ ` (included)
- `\  `
- `\ `
- `\  `
- `\ `
- `\  `
- `\ `
- `\ `
- `\ ` (included)
- `\ ` (included)
- `\ ` (included)
- `\ `
- `\ ` (included)

### CSS

[](#css)

- `\ ` (included)
- `\ ` (included)
- `\ ` (included)
- `\ ` (included)
- `\ ` (included)
- `\ `
- `\ `
- `\ `
- `\ `
- `\ `
- `\ ` (included)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18187868?v=4)[Shiblie Bshara](/maintainers/sbshara)[@sbshara](https://github.com/sbshara)

---

Top Contributors

[![sbshara](https://avatars.githubusercontent.com/u/18187868?v=4)](https://github.com/sbshara "sbshara (4 commits)")

### Embed Badge

![Health badge](/badges/sbshara-laraadminlte/health.svg)

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

PHPackages © 2026

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