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

ActiveLibrary[Admin Panels](/categories/admin)

ezadev/admin
============

laravel admin Panel from developer to developer

1.8.18(2y ago)1476[1 issues](https://github.com/khairu-aqsara/ezadev-admin/issues)[1 PRs](https://github.com/khairu-aqsara/ezadev-admin/pulls)8MITPHPPHP &gt;=7.0.0CI passing

Since May 31Pushed 2w agoCompare

[ Source](https://github.com/khairu-aqsara/ezadev-admin)[ Packagist](https://packagist.org/packages/ezadev/admin)[ Docs](https://github.com/khairu-aqsara/ezadev-admin)[ RSS](/packages/ezadev-admin/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (10)Dependencies (8)Versions (30)Used By (8)

[![ezadev-admin](https://avatars.githubusercontent.com/u/64028406?s=200&v=4)](https://khairu-aqsara.net/)

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

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

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

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

```
composer require ezadev/admin

```

Then run these commands to publish assets and config：

```
php artisan vendor:publish --provider="Ezadev\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.

Right to left support
---------------------

[](#right-to-left-support)

just go to this path `\vendor\ezadev\ezadev-admin\src\Traits\HasAssets.php` and modify `$baseCss` array for loading right to left (rtl) version of bootstap and AdminLTE css files.
**bootstrap.min.css** change it to **bootstrap.rtl.min.css**
**AdminLTE.min.css** change it to **AdminLTE.rtl.min.css**

Other
-----

[](#other)

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

- [Laravel](https://laravel.com/)
- [AdminLTE](https://adminlte.io/)
- [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)
- [sweetalert2](https://github.com/sweetalert2/sweetalert2)

License
-------

[](#license)

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

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance43

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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 ~69 days

Recently: every ~176 days

Total

23

Last Release

1016d ago

Major Versions

0.6.1.4 → 1.8.182023-08-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/258ddf0fad9d93b294524e43669c893c4cf44cabe3088b799cc0bd870fecd3c7?d=identicon)[khairu-aqsara](/maintainers/khairu-aqsara)

---

Top Contributors

[![khairu-aqsara](https://avatars.githubusercontent.com/u/25432146?v=4)](https://github.com/khairu-aqsara "khairu-aqsara (77 commits)")[![syahrudinsmj](https://avatars.githubusercontent.com/u/25430476?v=4)](https://github.com/syahrudinsmj "syahrudinsmj (11 commits)")

---

Tags

laravelgridformadmin

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/ezadev-admin/health.svg)](https://phpackages.com/packages/ezadev-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)
