panelis-php/location
Composer 安装命令:
composer require panelis-php/location
包简介
Manage countries, regions, and cities used by the application
关键字:
README 文档
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).
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-24