PHPackages                             linuxsong/laravel-administrator - 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. linuxsong/laravel-administrator

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

linuxsong/laravel-administrator
===============================

A database interface package for Laravel

v4.16.1(11y ago)120MITPHPPHP &gt;=5.3.0

Since Jun 5Pushed 11y ago1 watchersCompare

[ Source](https://github.com/linuxsong/Laravel-Administrator)[ Packagist](https://packagist.org/packages/linuxsong/laravel-administrator)[ Docs](http://administrator.frozennode.com)[ RSS](/packages/linuxsong-laravel-administrator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (31)Used By (0)

Laravel Administrator
=====================

[](#laravel-administrator)

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:** 4.16.1

[![Build Status](https://camo.githubusercontent.com/9a634a4d020d8f402a173ff37a3bf624d55dac949ff4562cd873466ce175e9f1/68747470733a2f2f7472617669732d63692e6f72672f46726f7a656e4e6f64652f4c61726176656c2d41646d696e6973747261746f722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/FrozenNode/Laravel-Administrator)

[![](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 4, simply add this to your composer.json:

```
"frozennode/administrator": "dev-master"
```

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

```
'providers' => array(
    'Frozennode\Administrator\AdministratorServiceProvider',
)
```

Then publish the config file with `php artisan config:publish frozennode/administrator`. This will add the file `app/config/packages/frozennode/administrator/administrator.php`. This [config file](http://administrator.frozennode.com/docs/configuration) is the primary way you interact with Administrator.

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)

### 4.16.1

[](#4161)

- Bugfix: Previous update broke temporary upload paths

### 4.16.0

[](#4160)

- It's now possible to use the raw value of a file/image field to help with storing files on remote servers.

### 4.15.0

[](#4150)

- New uneditable states for color, password, enum, and wysiwyg fields for when the editable option resolves to false
- New translations (sk)
- Bugfix: Editable fields are now also verified on the back end
- Bugfix: Setting a string image length would fail uploads
- Bugfix: Basic validation for relationship fields wasn't working
- Bugfix: "Characters left" text was sitting unnecessarily outside the "editable" conditional
- Bugfix: Some missing image-related translations
- Bugfix: Editable option wasn't working for some fields

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 87.9% 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 ~21 days

Total

29

Last Release

4134d ago

Major Versions

v4.11.2 → 5.x-dev2014-03-17

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

5.x-devPHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/72d29629dc9c1a967de58b6ef279b0a8d97a1581cf300dee76091e1b8745aff2?d=identicon)[linuxsong](/maintainers/linuxsong)

---

Top Contributors

[![janhartigan](https://avatars.githubusercontent.com/u/580052?v=4)](https://github.com/janhartigan "janhartigan (692 commits)")[![andrewdworn](https://avatars.githubusercontent.com/u/3316025?v=4)](https://github.com/andrewdworn "andrewdworn (14 commits)")[![linuxsong](https://avatars.githubusercontent.com/u/1391181?v=4)](https://github.com/linuxsong "linuxsong (12 commits)")[![evgeny-golubev](https://avatars.githubusercontent.com/u/2686126?v=4)](https://github.com/evgeny-golubev "evgeny-golubev (9 commits)")[![Morgon](https://avatars.githubusercontent.com/u/879077?v=4)](https://github.com/Morgon "Morgon (6 commits)")[![yusuf](https://avatars.githubusercontent.com/u/90121?v=4)](https://github.com/yusuf "yusuf (6 commits)")[![teethgrinder](https://avatars.githubusercontent.com/u/713918?v=4)](https://github.com/teethgrinder "teethgrinder (5 commits)")[![jijoel](https://avatars.githubusercontent.com/u/3487641?v=4)](https://github.com/jijoel "jijoel (4 commits)")[![spescina](https://avatars.githubusercontent.com/u/1956604?v=4)](https://github.com/spescina "spescina (4 commits)")[![weiserwebdev](https://avatars.githubusercontent.com/u/5560614?v=4)](https://github.com/weiserwebdev "weiserwebdev (4 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)")[![martxel](https://avatars.githubusercontent.com/u/741187?v=4)](https://github.com/martxel "martxel (3 commits)")[![lokielse](https://avatars.githubusercontent.com/u/1573211?v=4)](https://github.com/lokielse "lokielse (2 commits)")[![Gwill](https://avatars.githubusercontent.com/u/692980?v=4)](https://github.com/Gwill "Gwill (2 commits)")[![AlexxLi](https://avatars.githubusercontent.com/u/8378793?v=4)](https://github.com/AlexxLi "AlexxLi (2 commits)")[![neilcrookes](https://avatars.githubusercontent.com/u/24232?v=4)](https://github.com/neilcrookes "neilcrookes (2 commits)")[![shekarsiri](https://avatars.githubusercontent.com/u/3535027?v=4)](https://github.com/shekarsiri "shekarsiri (2 commits)")[![dcrystalj](https://avatars.githubusercontent.com/u/1460727?v=4)](https://github.com/dcrystalj "dcrystalj (1 commits)")[![nille](https://avatars.githubusercontent.com/u/1552156?v=4)](https://github.com/nille "nille (1 commits)")

---

Tags

laraveldatabasecmsadminadministratorlaravel Administrator

### Embed Badge

![Health badge](/badges/linuxsong-laravel-administrator/health.svg)

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

###  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)
