PHPackages                             diepdang263/laravel-admin - 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. diepdang263/laravel-admin

ActiveLibrary[Admin Panels](/categories/admin)

diepdang263/laravel-admin
=========================

laravel admin

v1.5.9(8y ago)011MITPHPPHP &gt;=7.0.0

Since Jan 30Pushed 8y agoCompare

[ Source](https://github.com/diepdang263/laravel-admin)[ Packagist](https://packagist.org/packages/diepdang263/laravel-admin)[ Docs](https://github.com/z-song/laravel-admin)[ RSS](/packages/diepdang263-laravel-admin/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (8)Versions (45)Used By (0)

[![laravel-admin](https://camo.githubusercontent.com/994d74bfe2541e85d543a9f6f7bf2a4243653ab17f7ee273c1901f28283947df/687474703a2f2f6c61726176656c2d61646d696e2e6f72672f696d672f6c6f676f3030342e706e67)](http://laravel-admin.org/)

⛵`laravel-admin` is administrative interface builder for laravel which can help you build CRUD backends just with few lines of code.

[Documentation](http://laravel-admin.org/docs) | [中文文档](http://laravel-admin.org/docs/#/zh/) | [Demo](http://laravel-admin.org/demo) | [Demo source code](https://github.com/z-song/laravel-admin.org) | [Extensions](https://github.com/laravel-admin-extensions)

 [ ![Build Status](https://camo.githubusercontent.com/3fd2300392e0266fdfa6b4b0e0e52c25240ecda6a26395fd99f58dcf4d9745f5/68747470733a2f2f7472617669732d63692e6f72672f7a2d736f6e672f6c61726176656c2d61646d696e2e7376673f6272616e63683d6d6173746572) ](https://travis-ci.org/z-song/laravel-admin) [ ![StyleCI](https://camo.githubusercontent.com/a884703496d92dbe83d1105d4d51d9d64b48aa6b75c65b5f7487c67fa43d3bc7/68747470733a2f2f7374796c6563692e696f2f7265706f732f34383739363137392f736869656c64) ](https://styleci.io/repos/48796179) [ ![Scrutinizer Code Quality](https://camo.githubusercontent.com/a711e17693a2ea5f7e522e8bcd326075b6c9f85cd132c2d5248bf7bcb1984acf/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7a2d736f6e672f6c61726176656c2d61646d696e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572) ](https://scrutinizer-ci.com/g/z-song/laravel-admin/?branch=master) [ ![Packagist](https://camo.githubusercontent.com/6245a6088f3b1f5d50d6acd37d3198333e981dbc7e5b51e92ac200600752710d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f656e636f72652f6c61726176656c2d61646d696e2e7376673f6d61784167653d3235393230303026267374796c653d666c61742d737175617265) ](https://packagist.org/packages/encore/laravel-admin) [ ![Total Downloads](https://camo.githubusercontent.com/1a6d8373e4616160cbe4b85b964047c7aea98a51c0dace718e6b166b354a9cdd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656e636f72652f6c61726176656c2d61646d696e2e7376673f7374796c653d666c61742d737175617265) ](https://packagist.org/packages/encore/laravel-admin) [ ![Awesome Laravel](https://camo.githubusercontent.com/6cc6459afcc114423c0412c1b4ceb73abf547c737f57edc9cb88f9512c8bab93/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f417765736f6d652d4c61726176656c2d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265) ](https://github.com/z-song/laravel-admin)

 Inspired by [SleepingOwlAdmin](https://github.com/sleeping-owl/admin) and [rapyd-laravel](https://github.com/zofe/rapyd-laravel).

Screenshots
-----------

[](#screenshots)

[![laravel-admin](https://cloud.githubusercontent.com/assets/1479100/19625297/3b3deb64-9947-11e6-807c-cffa999004be.jpg)](https://cloud.githubusercontent.com/assets/1479100/19625297/3b3deb64-9947-11e6-807c-cffa999004be.jpg)

Requirements
------------

[](#requirements)

- PHP &gt;= 7.0.0
- Laravel &gt;= 5.5.0
- Fileinfo PHP Extension

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

[](#installation)

> This package requires PHP 7+ and Laravel 5.5, for old versions please refer to [1.4](http://laravel-admin.org/docs/v1.4/#/)

First, install laravel 5.5, and make sure that the database connection settings are correct.

```
composer require encore/laravel-admin

```

Then run these commands to publish assets and config：

```
php artisan vendor:publish --provider="Encore\Admin\AdminServiceProvider"

```

After run command you can find config file in `config/admin.php`, in this file you can change the install directory,db connection or table names.

At last run following command to finish install.

```
php artisan admin:install

```

Open `http://localhost/admin/` in browser,use username `admin` and password `admin` to login.

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

[](#configurations)

The file `config/admin.php` contains an array of configurations, you can find the default configurations in there.

Other
-----

[](#other)

`laravel-admin` based on following plugins or services:

- [Laravel](https://laravel.com/)
- [AdminLTE](https://almsaeedstudio.com/)
- [Datetimepicker](http://eonasdan.github.io/bootstrap-datetimepicker/)
- [font-awesome](http://fontawesome.io)
- [moment](http://momentjs.com/)
- [Google map](https://www.google.com/maps)
- [Tencent map](http://lbs.qq.com/)
- [bootstrap-fileinput](https://github.com/kartik-v/bootstrap-fileinput)
- [jquery-pjax](https://github.com/defunkt/jquery-pjax)
- [Nestable](http://dbushell.github.io/Nestable/)
- [toastr](http://codeseven.github.io/toastr/)
- [X-editable](http://github.com/vitalets/x-editable)
- [bootstrap-number-input](https://github.com/wpic/bootstrap-number-input)
- [fontawesome-iconpicker](https://github.com/itsjavi/fontawesome-iconpicker)

License
-------

[](#license)

`laravel-admin` is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

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

Total

43

Last Release

3032d ago

PHP version history (4 changes)1.1.0PHP &gt;=5.4.0

v1.1.6PHP &gt;=5.5.9

v1.3.0PHP &gt;=5.6.4

v1.5.0PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/899d504d9aef1f41539db2626c7fd58f006afb90fb8f6bfdab1ecd4cfc89a69f?d=identicon)[dieppk](/maintainers/dieppk)

---

Top Contributors

[![z-song](https://avatars.githubusercontent.com/u/1479100?v=4)](https://github.com/z-song "z-song (947 commits)")[![langeuh](https://avatars.githubusercontent.com/u/5647964?v=4)](https://github.com/langeuh "langeuh (33 commits)")[![axyr](https://avatars.githubusercontent.com/u/345155?v=4)](https://github.com/axyr "axyr (11 commits)")[![jonphipps](https://avatars.githubusercontent.com/u/12743?v=4)](https://github.com/jonphipps "jonphipps (9 commits)")[![antranapp](https://avatars.githubusercontent.com/u/478757?v=4)](https://github.com/antranapp "antranapp (8 commits)")[![xqbumu](https://avatars.githubusercontent.com/u/6274534?v=4)](https://github.com/xqbumu "xqbumu (4 commits)")[![RunnerLee](https://avatars.githubusercontent.com/u/7436388?v=4)](https://github.com/RunnerLee "RunnerLee (4 commits)")[![deveres](https://avatars.githubusercontent.com/u/1961788?v=4)](https://github.com/deveres "deveres (4 commits)")[![spkinger](https://avatars.githubusercontent.com/u/4775471?v=4)](https://github.com/spkinger "spkinger (4 commits)")[![slava-vishnyakov](https://avatars.githubusercontent.com/u/817931?v=4)](https://github.com/slava-vishnyakov "slava-vishnyakov (3 commits)")[![manyk](https://avatars.githubusercontent.com/u/5571905?v=4)](https://github.com/manyk "manyk (3 commits)")[![smartymoon](https://avatars.githubusercontent.com/u/12489528?v=4)](https://github.com/smartymoon "smartymoon (3 commits)")[![zxy198717](https://avatars.githubusercontent.com/u/785333?v=4)](https://github.com/zxy198717 "zxy198717 (2 commits)")[![drieshooghe](https://avatars.githubusercontent.com/u/25033847?v=4)](https://github.com/drieshooghe "drieshooghe (2 commits)")[![chivincent](https://avatars.githubusercontent.com/u/7449005?v=4)](https://github.com/chivincent "chivincent (2 commits)")[![oele-dev](https://avatars.githubusercontent.com/u/1950715?v=4)](https://github.com/oele-dev "oele-dev (2 commits)")[![limen](https://avatars.githubusercontent.com/u/3460683?v=4)](https://github.com/limen "limen (1 commits)")[![liyingxuan](https://avatars.githubusercontent.com/u/1332911?v=4)](https://github.com/liyingxuan "liyingxuan (1 commits)")[![Ladel](https://avatars.githubusercontent.com/u/1684244?v=4)](https://github.com/Ladel "Ladel (1 commits)")[![Nightbr](https://avatars.githubusercontent.com/u/4228646?v=4)](https://github.com/Nightbr "Nightbr (1 commits)")

---

Tags

laravelgridformadmin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/diepdang263-laravel-admin/health.svg)

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

###  Alternatives

[encore/laravel-admin

laravel admin

11.2k3.1M444](/packages/encore-laravel-admin)

PHPackages © 2026

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