panelis-php/location

Manage countries, regions, and cities used by the application

Maintainers

Package info

github.com/panelis-php/location

pkg:composer/panelis-php/location

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-06-24 10:31 UTC

This package is auto-updated.

Last update: 2026-06-24 10:34:42 UTC


README

Manage countries, provinces, and cities directly from the Panelis admin panel.

Features

  • Country management
  • Province management
  • City management
  • Hierarchical location structure
  • Search and filtering
  • Automatic Panelis plugin discovery

Requirements

  • PHP 8.3+
  • Laravel 13+
  • Filament 5+

Installation

Install the package via Composer:

composer require panelis-php/location

Run migrations:

php artisan migrate

Usage

After installation, a Locations menu will be available in the Panelis admin panel.

The Location module provides a centralized location database that can be used by other modules and applications.

Available location types include:

  • Countries
  • Provinces
  • Cities

Locations are organized hierarchically:

Country
└── Province
    └── City

Example:

Indonesia
└── Central Java
    └── Wonosobo

This module is useful for applications that require structured geographic data, such as:

  • Event management
  • Multi-branch organizations
  • Directories
  • Booking platforms
  • Logistics systems

License

The MIT License (MIT).