PHPackages                             hexters/ladmin - 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. hexters/ladmin

ActiveLibrary[Admin Panels](/categories/admin)

hexters/ladmin
==============

Admin page scaffolding for Laravel.

3.1.2(2y ago)4985.1k91[2 issues](https://github.com/hexters/ladmin/issues)1MITPHPCI failing

Since Oct 23Pushed 1y ago12 watchersCompare

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

READMEChangelog (3)Dependencies (2)Versions (52)Used By (1)

L-admin v3 (HMVC)
=================

[](#l-admin-v3-hmvc)

[![Latest Stable Version](https://camo.githubusercontent.com/f4ebf0a3a5c52bb07758e62dd716f1a9052fc013016146d5de224c1f8f2e4a91/68747470733a2f2f706f7365722e707567782e6f72672f686578746572732f6c61646d696e2f762f737461626c65)](https://packagist.org/packages/hexters/ladmin)[![Total Downloads](https://camo.githubusercontent.com/dfb35a2dd29fb5f4dcc55a05014727498465c6938675c6ec4f0234d53269bd1e/68747470733a2f2f706f7365722e707567782e6f72672f686578746572732f6c61646d696e2f646f776e6c6f616473)](https://packagist.org/packages/hexters/ladmin)[![License](https://camo.githubusercontent.com/6c819c7b27d4fa8c5dfa2026e030825cd1bafe878c68005b6ebf0e6660994c85/68747470733a2f2f706f7365722e707567782e6f72672f686578746572732f6c61646d696e2f6c6963656e7365)](https://packagist.org/packages/hexters/ladmin)

**[L-Admin](https://github.com/hexters/ladmin)** is a Laravel administration package that allows web developers to quickly create an admin panel for their website. The package includes features such as user management, access control management, task management, file management, email management, and many more. The package is designed to save time and effort in building an admin panel and allows developers to focus on building the core features of their web application.

[![Dashboard](https://raw.githubusercontent.com/hexters/assets/main/ladmin/v3/captures/home-page.png)](https://raw.githubusercontent.com/hexters/assets/main/ladmin/v3/captures/home-page.png)

🏷️ Laravel Version
==================

[](#️-laravel-version)

VersionLaravel[v1.0.x](https://github.com/hexters/ladmin/blob/v1.0.3/readme.md)7.x[v1.8.\*](https://github.com/hexters/ladmin/tree/v1.8.0)8.x[v2.\*](https://github.com/hexters/ladmin/tree/2.1.0)9.x[v3.\*](https://github.com/hexters/ladmin/blob/master/README.md)10.x> # Attention Laravel 11 Version
>
> [](#attention-laravel-11-version)
>
> For Laravel 11 we recommend you use the plugin from [Filament Hexa](https://github.com/hexters/hexa-lite) Effortless role and permission management plugin for Filament
>
> [![Filament Hexa](https://github.com/hexters/assets/raw/main/hexa/v1/edit.png?raw=true)](https://github.com/hexters/assets/raw/main/hexa/v1/edit.png?raw=true)

🚀 Quickstart
============

[](#-quickstart)

Follow the steps below to get started faster! Add the repository by running the command below.

```
composer require hexters/ladmin
```

Follow the installation to start build awesome apps.

```
php artisan ladmin:install --and=ladmin:setup
```

Run composer dumpautoload before run migration and seed

```
composer dumpautoload
```

Run migrate and seed, to install ladmin database tables

```
php artisan migrate --seed
```

Installation is complete, please access `http://localhost:8000/administrator`

[![Login Page](https://raw.githubusercontent.com/hexters/assets/main/ladmin/v3/captures/login-page.png)](https://raw.githubusercontent.com/hexters/assets/main/ladmin/v3/captures/login-page.png)

Customization Color and Assets
==============================

[](#customization-color-and-assets)

To change the ladmin style, you just need to run `Vite`, before that you should install nodejs modules in `Modules` folder. You just run command below.

```
php artisan module:npm --install

npm run dev
```

You can start changing javascript and css.

🗂️ Custom Namespaces
====================

[](#️-custom-namespaces)

To call `view`, `language`, `config`, and `component` file, you need to add the prefix of module's name e.g `blog`, see example below.

### Calling View:

[](#calling-view)

```
  view('blog::article.index');
```

### Calling Lang:

[](#calling-lang)

```
  __('blog::error.auth.message');

  trans('blog::error.auth.message');

  Lang::get('blog::error.auth.message');
```

### Calling Config:

[](#calling-config)

```
  config('blog.name')
```

For component view, if you have component named `\Modules\Blog\View\Components\Input` class, then the way to call it by running.

```

```

🌇 Layout Templating
===================

[](#-layout-templating)

Follow the documentation to view complete `slots` and `stacks` in layout component [Documentation Layout](https://github.com/hexters/ladmin/wiki/Template-Layout)

```

  Page Title

```

👓 Ladmin Awesome
================

[](#-ladmin-awesome)

Get modules &amp; template collections in [Ladmin Awesome](https://github.com/hexters/ladmin-awesome)

📖 Documentation
===============

[](#-documentation)

View complete [Documentation here](https://github.com/hexters/ladmin/wiki)

Supporting the project
======================

[](#supporting-the-project)

You can support the maintainer of this project through the referral links below

- [**Sign up for DigitalOcean**](https://www.digitalocean.com/?refcode=36844cd4f4b4&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)
- [**PayPal**](https://paypal.me/asepss19)

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community25

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 98.7% 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 ~22 days

Recently: every ~104 days

Total

51

Last Release

931d ago

Major Versions

v1.8.3 → 2.0.02022-03-31

2.1.1 → 3.0.02023-02-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d97e7edbbe58dd16d6f776aec2dacf66c5aeb730b9a4aa3de34ca0c1ebbfb9e?d=identicon)[hexters](/maintainers/hexters)

---

Top Contributors

[![hexters](https://avatars.githubusercontent.com/u/7827420?v=4)](https://github.com/hexters "hexters (612 commits)")[![Flabib](https://avatars.githubusercontent.com/u/18245138?v=4)](https://github.com/Flabib "Flabib (4 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![amirsadeghi1](https://avatars.githubusercontent.com/u/26359326?v=4)](https://github.com/amirsadeghi1 "amirsadeghi1 (1 commits)")[![hairuljr](https://avatars.githubusercontent.com/u/55011209?v=4)](https://github.com/hairuljr "hairuljr (1 commits)")

---

Tags

laravel-adminlaravel-admin-panellaravel-adminpanellaravellaravel-adminladminadmin pageAdmin scaffolding

### Embed Badge

![Health badge](/badges/hexters-ladmin/health.svg)

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

###  Alternatives

[lokielse/laravel-admin-generator

An Admin Panel Generator for Laravel 5

712.0k](/packages/lokielse-laravel-admin-generator)[printnow/laravel-admin

Dcat admin 永久分叉版 / 支持 Laravel 12, PHP 版本限制 &gt;= 8.1（支持 PHP 8.4）

432.0k](/packages/printnow-laravel-admin)[larasnap/laravel-admin

Laravel Admin Panel

221.4k](/packages/larasnap-laravel-admin)

PHPackages © 2026

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