PHPackages                             jkachel/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. [Database &amp; ORM](/categories/database)
4. /
5. jkachel/laravel-admin

ActiveLibrary[Database &amp; ORM](/categories/database)

jkachel/laravel-admin
=====================

A database interface package for Laravel (Legacy of Frozennode Laravel-Administrator)

v7.0.5(4y ago)0141MITPHPPHP &gt;=7.1.3 || &gt;=8

Since Jun 5Pushed 4y agoCompare

[ Source](https://github.com/jkachel/Laravel-Admin)[ Packagist](https://packagist.org/packages/jkachel/laravel-admin)[ Docs](http://administrator.frozennode.com)[ RSS](/packages/jkachel-laravel-admin/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (4)Versions (85)Used By (0)

Laravel Administrator (New Version)
===================================

[](#laravel-administrator-new-version)

Administrator is an administrative interface builder for [Laravel](http://laravel.com). With Administrator you can visually manage your Eloquent models and their relations, and also create stand-alone settings pages for storing site data and performing site tasks.

- **Author:** Jan Hartigan
- **Website:** [http://frozennode.com](http://administrator.frozennode.com/)
- **Version:** 5.0.11

New Version

- **Author:** Antonio Dal Sie
- **Website:** [http://antoniodalsie.com](http://antoniodalsie.com/)
- **Version:** 5.4

[![Build Status](https://camo.githubusercontent.com/59bbf982ffd1b07f06fa1b619d54924b31a3fd954b81c514893233fcb2c55d70/68747470733a2f2f7472617669732d63692e6f72672f65786f647573616e746f2f4c61726176656c2d41646d696e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/exodusanto/Laravel-Admin)

[![](https://camo.githubusercontent.com/5000ae3cd94474e259da2c76e25e98417592f1015840ba92ef950261a5bbc990/68747470733a2f2f7261772e6769746875622e636f6d2f46726f7a656e4e6f64652f4c61726176656c2d41646d696e6973747261746f722f6d61737465722f6578616d706c65732f696d616765732f6f766572766965772e6a7067)](https://camo.githubusercontent.com/5000ae3cd94474e259da2c76e25e98417592f1015840ba92ef950261a5bbc990/68747470733a2f2f7261772e6769746875622e636f6d2f46726f7a656e4e6f64652f4c61726176656c2d41646d696e6973747261746f722f6d61737465722f6578616d706c65732f696d616765732f6f766572766965772e6a7067)

Composer
--------

[](#composer)

To install Administrator as a Composer package to be used with Laravel 5.8, simply run:

```
composer require "exodusanto/administrator: 5.8.*"
```

To install Administrator as a Composer package to be used with Laravel 5.7, simply run:

```
composer require "exodusanto/administrator: 5.7.*"
```

Once it's installed, you can register the service provider in `config/app.php` in the `providers` array:

```
'providers' => [
    'Frozennode\Administrator\AdministratorServiceProvider',
]
```

Then publish Administrator's assets with `php artisan vendor:publish`. This will add the file `config/administrator.php`. This [config file](http://administrator.frozennode.com/docs/configuration) is the primary way you interact with Administrator. This command will also publish all of the assets, views, and translation files.

### Laravel 4

[](#laravel-4)

If you want to use Administrator with Laravel 4, you need to resolve to Administrator 4:

```
"exodusanto/administrator": "4.*"
```

Then publish the config file with `php artisan config:publish frozennode/administrator`. This will add the file `app/config/packages/frozennode/administrator/administrator.php`.

Then finally you need to publish the package's assets with the `php artisan asset:publish frozennode/administrator` command.

### Laravel 3

[](#laravel-3)

Since Administrator has switched over to Composer, you can no longer use `php artisan bundle:install administrator` or `php artisan bundle:upgrade administrator`. If you want to use Administrator with Laravel 3, you must switch to the [3.3.2 branch](https://github.com/FrozenNode/Laravel-Administrator/tree/3.3.2), download it, and add it in the `/bundles/administrator` directory and add this to your bundles.php file:

```
'administrator' => array(
    'handles' => 'admin', //this determines what URI this bundle will use
    'auto' => true,
),
```

Documentation
-------------

[](#documentation)

The complete docs for Administrator can be found at . You can also find the docs in the `/src/docs` directory.

Copyright and License
---------------------

[](#copyright-and-license)

Administrator was written by Jan Hartigan of Frozen Node for the Laravel framework. Administrator is released under the MIT License. See the LICENSE file for details.

Recent Changelog
----------------

[](#recent-changelog)

### 7.0.0

[](#700)

- Support: Laravel 7.0

### 6.0.0

[](#600)

- Support: Laravel 6.0

### 5.8.1

[](#581)

- Fix: Relationships BelongsTo (#30)

### 5.8.0

[](#580)

- Support: Laravel 5.8

### 5.7.0

[](#570)

- Support: Laravel 5.7

### 5.6.5

[](#565)

- Added: Allow custom routes name (#23)

### 5.6.5

[](#565-1)

- Support: PHP 7.2 (#22)

### 5.6.3

[](#563)

- Added: Cloud upload options

### 5.6.0

[](#560)

- Support: Laravel 5.6

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 78.1% 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 ~41 days

Recently: every ~145 days

Total

79

Last Release

1507d ago

Major Versions

v4.16.5 → v5.0.02015-02-27

v4.16.6 → v5.0.22015-08-18

v4.x-dev → v5.0.32015-08-18

v5.8.1 → v6.0.02020-06-30

v6.0.0 → v7.0.02020-06-30

PHP version history (6 changes)v4.0.0PHP &gt;=5.3.0

v5.x-devPHP &gt;=5.4.0

v5.4.0PHP &gt;=5.6.0

v5.5.0PHP &gt;=7.0.0

v5.6.0PHP &gt;=7.1.3

v7.0.5PHP &gt;=7.1.3 || &gt;=8

### Community

Maintainers

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

---

Top Contributors

[![janhartigan](https://avatars.githubusercontent.com/u/580052?v=4)](https://github.com/janhartigan "janhartigan (733 commits)")[![exodusanto](https://avatars.githubusercontent.com/u/13484843?v=4)](https://github.com/exodusanto "exodusanto (83 commits)")[![andrewdworn](https://avatars.githubusercontent.com/u/3316025?v=4)](https://github.com/andrewdworn "andrewdworn (14 commits)")[![StephenAntalis](https://avatars.githubusercontent.com/u/5741976?v=4)](https://github.com/StephenAntalis "StephenAntalis (11 commits)")[![lagunovsky](https://avatars.githubusercontent.com/u/6282615?v=4)](https://github.com/lagunovsky "lagunovsky (10 commits)")[![evgeny-golubev](https://avatars.githubusercontent.com/u/2686126?v=4)](https://github.com/evgeny-golubev "evgeny-golubev (9 commits)")[![judgej](https://avatars.githubusercontent.com/u/395934?v=4)](https://github.com/judgej "judgej (8 commits)")[![jkachel](https://avatars.githubusercontent.com/u/945611?v=4)](https://github.com/jkachel "jkachel (6 commits)")[![yusuf](https://avatars.githubusercontent.com/u/90121?v=4)](https://github.com/yusuf "yusuf (6 commits)")[![Morgon](https://avatars.githubusercontent.com/u/879077?v=4)](https://github.com/Morgon "Morgon (6 commits)")[![teethgrinder](https://avatars.githubusercontent.com/u/713918?v=4)](https://github.com/teethgrinder "teethgrinder (5 commits)")[![TimurGit](https://avatars.githubusercontent.com/u/9316550?v=4)](https://github.com/TimurGit "TimurGit (4 commits)")[![spescina](https://avatars.githubusercontent.com/u/1956604?v=4)](https://github.com/spescina "spescina (4 commits)")[![happyDemon](https://avatars.githubusercontent.com/u/38573?v=4)](https://github.com/happyDemon "happyDemon (4 commits)")[![weiserwebdev](https://avatars.githubusercontent.com/u/5560614?v=4)](https://github.com/weiserwebdev "weiserwebdev (4 commits)")[![jijoel](https://avatars.githubusercontent.com/u/3487641?v=4)](https://github.com/jijoel "jijoel (4 commits)")[![martxel](https://avatars.githubusercontent.com/u/741187?v=4)](https://github.com/martxel "martxel (3 commits)")[![digidworks](https://avatars.githubusercontent.com/u/8074702?v=4)](https://github.com/digidworks "digidworks (3 commits)")[![crynobone](https://avatars.githubusercontent.com/u/172966?v=4)](https://github.com/crynobone "crynobone (3 commits)")[![lokielse](https://avatars.githubusercontent.com/u/1573211?v=4)](https://github.com/lokielse "lokielse (2 commits)")

---

Tags

laraveldatabasecmsadminadministratorlaravel Administrator

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[frozennode/administrator

A database interface package for Laravel

1.9k249.4k](/packages/frozennode-administrator)[summerblue/administrator

A database interface package for Laravel, modified!

29329.8k1](/packages/summerblue-administrator)[exodusanto/administrator

A database interface package for Laravel (Legacy of Frozennode Laravel-Administrator)

3910.6k](/packages/exodusanto-administrator)[kalnoy/cruddy

Backend interface for handling CRUD operations on your Laravel Eloquent models.

1625.0k2](/packages/kalnoy-cruddy)

PHPackages © 2026

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