PHPackages                             syahzul/admin-theme - 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. [Templating &amp; Views](/categories/templating)
4. /
5. syahzul/admin-theme

AbandonedArchivedPackage[Templating &amp; Views](/categories/templating)

syahzul/admin-theme
===================

Admin theme for Laravel 5.\* application, based on AdminLTE

0.4.1(9y ago)64.3k3[1 issues](https://github.com/syahzul/admin-theme/issues)MITPHPPHP &gt;=5.6.0

Since Apr 4Pushed 9y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (5)Versions (22)Used By (0)

[![Laravel Admin Theme](https://camo.githubusercontent.com/fd6fe62840b375cd57b90414d4c78287cf14191cf45a4524ddac7947ef4caf47/687474703a2f2f7777772e737961687a756c2e636f6d2f63616368652f6c61726176656c2d61646d696e2d7468656d652d62792d737961687a756c2d302e332e302e706e67)](https://camo.githubusercontent.com/fd6fe62840b375cd57b90414d4c78287cf14191cf45a4524ddac7947ef4caf47/687474703a2f2f7777772e737961687a756c2e636f6d2f63616368652f6c61726176656c2d61646d696e2d7468656d652d62792d737961687a756c2d302e332e302e706e67)

Laravel Admin Theme
===================

[](#laravel-admin-theme)

Admin theme for your Laravel 5.\* application. Inspired by [AdminLTE template Laravel 5 package](https://github.com/acacha/adminlte-laravel) and relies on [Twitter Bootstrap 3.3.\*](https://github.com/twbs/bootstrap) and [AdminLTE](https://github.com/almasaeed2010/AdminLTE).

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

[](#installation)

***Please take note that this package will replace some default view files generate by Laravel. Use fresh copy of Laravel installation only.***

### Step 1

[](#step-1)

Run these commands to generate basic authentication views and routes provided by Laravel.

```
php artisan make:auth
php artisan migrate

```

### Step 2

[](#step-2)

Then, get the this package through Composer.

**Laravel 5.4**

```
composer require syahzul/admin-theme

```

**Laravel 5.3 and below**

```
composer require syahzul/admin-theme:3.*

```

### Step 3

[](#step-3)

Now include the service provider within `config/app.php`.

```
'providers' => [
    Syahzul\AdminTheme\ServiceProvider::class,
];

```

### Step 4

[](#step-4)

We need few dependencies for our theme.

```
npm install jquery font-awesome ionicons --save

```

### Step 5

[](#step-5)

Once all the dependencies installed, run the command to begin.

```
php artisan make:admintheme

```

### Step 6

[](#step-6)

Run these commands to download all additional package and compiling assets for your app.

```
npm install
gulp

```

License
-------

[](#license)

Laravel Admin Theme is open-sourced software licensed under the MIT license.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.8% 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 ~17 days

Recently: every ~49 days

Total

20

Last Release

3406d ago

PHP version history (2 changes)0.0.1PHP &gt;=5.4.0

0.3.1PHP &gt;=5.6.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/cfeeaa0c9735ceae264523a1c6abab9994d2a8b3c559eb0ddd093fe7607deda9?d=identicon)[syahzul](/maintainers/syahzul)

---

Top Contributors

[![syahzul](https://avatars.githubusercontent.com/u/707301?v=4)](https://github.com/syahzul "syahzul (83 commits)")[![angelkurten](https://avatars.githubusercontent.com/u/2807174?v=4)](https://github.com/angelkurten "angelkurten (1 commits)")

---

Tags

laraveltemplatethemeAdminLTEbootstrapadminadministratoradmin-lte

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/syahzul-admin-theme/health.svg)

```
[![Health](https://phpackages.com/badges/syahzul-admin-theme/health.svg)](https://phpackages.com/packages/syahzul-admin-theme)
```

###  Alternatives

[acacha/admin-lte-template-laravel

AdminLTE template applied to Laravel Scaffolding

1.8k389.4k8](/packages/acacha-admin-lte-template-laravel)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725172.4k14](/packages/tallstackui-tallstackui)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M150](/packages/laravel-mcp)

PHPackages © 2026

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