PHPackages                             yottaram/administrator-config - 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. yottaram/administrator-config

ActiveLibrary[Admin Panels](/categories/admin)

yottaram/administrator-config
=============================

A simple model configuration generator for Laravel Administrator

2551PHP

Since Feb 27Pushed 11y agoCompare

[ Source](https://github.com/jonstavis/administrator-generate-config)[ Packagist](https://packagist.org/packages/yottaram/administrator-config)[ RSS](/packages/yottaram-administrator-config/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Administrator Generate Config
=============================

[](#administrator-generate-config)

A simple model configuration generator for Laravel Administrator

This package provides an artisan command to generate skeleton model configuration files from model classes suitable for [Laravel Administrator](http://administrator.frozennode.com/).

This is very much a work in progress. The output skeleton model configuration files should be viewed as a step-saver and it is expected that they are reviewed and edited before deploying.

Usage
-----

[](#usage)

To use as a Composer package with Laravel 4, add this to your composer.json:

```
"yottaram/administrator-config": "dev-master"
```

And run `composer update`. When it is installed, register the service provider in `app/config/app.php` in the `providers` array:

```
'providers' => array(
        'Yottaram\AdministratorConfig\AdministratorConfigServiceProvider',
)
```

This creats an artisan command and can be used with `php artisan administrator:config --help`

You will be prompted for output directory and asked to confirm each model config creation. To skip confirmation use `--no-prompt`. An existing model configuration will never be overwritten.

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

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

---

Top Contributors

[![jonstavis](https://avatars.githubusercontent.com/u/1569236?v=4)](https://github.com/jonstavis "jonstavis (10 commits)")[![cmarfil](https://avatars.githubusercontent.com/u/798849?v=4)](https://github.com/cmarfil "cmarfil (1 commits)")

### Embed Badge

![Health badge](/badges/yottaram-administrator-config/health.svg)

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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