PHPackages                             lcjury/administrative - 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. lcjury/administrative

ActiveLaravel-package[Admin Panels](/categories/admin)

lcjury/administrative
=====================

Administrative provides an easy way to scaffold political administrative division (like, region, provinces, communes) to your app.

0.0.0(10y ago)0521MITPHPPHP &gt;=5.5.9

Since Apr 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/lcjury/PoliticalAdministrativeDivision)[ Packagist](https://packagist.org/packages/lcjury/administrative)[ RSS](/packages/lcjury-administrative/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Administrative: Political Administrative Division
=================================================

[](#administrative-political-administrative-division)

This package provide a command to create the neccesary to work with political administrative division on your database.

The `make:administrative` command will provide you with Region, Province and Commune models, the migrations for those models and seeders for some countries

Installation
============

[](#installation)

To get the last version of Administrative use

```
composer require lcjury/administrative

```

or add to your `composer.json` file

```
"require": {
  "lcjury/administrative": "^0.0.0"
},

```

once installed you should add the `AdministrativeServiceProvider` to your `config/app.php` file

```
'providers' => [
  Lcjury\Administrative\AdministrativeServiceProvider::class
];

```

\#Usage

Just run `artisan make:administrative` and then add `$this->call(PoliticalTablesSeeder::class);` to the `DatabaseSeeder` file and run `artisan db:seed`

\#Supported Countries

- **Chile** (Regions, Provinces and Communes using the data from [subdere.gov](http://www.subdere.gov.cl/documentacion/regiones-provincias-y-comunas-de-chile) with the update from 13/09/2011)

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

3764d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1194606?v=4)[Jury](/maintainers/lcjury)[@lcjury](https://github.com/lcjury)

---

Top Contributors

[![lobosg](https://avatars.githubusercontent.com/u/8648999?v=4)](https://github.com/lobosg "lobosg (1 commits)")

### Embed Badge

![Health badge](/badges/lcjury-administrative/health.svg)

```
[![Health](https://phpackages.com/badges/lcjury-administrative/health.svg)](https://phpackages.com/packages/lcjury-administrative)
```

###  Alternatives

[ibrahim-bedir/filament-dynamic-settings-page

272.1k1](/packages/ibrahim-bedir-filament-dynamic-settings-page)[dog-ears/crud-d-scaffold

Extend Laravel 7's generators scaffold.

183.1k](/packages/dog-ears-crud-d-scaffold)

PHPackages © 2026

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