priondevelopment / geography
Pull geography specific data.
Installs: 64
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/priondevelopment/geography
Requires
- php: ^7.1.1
- illuminate/cache: ~5.2
This package is not auto-updated.
Last update: 2025-10-08 10:13:32 UTC
README
Prion Geography is an easy way to pull geography data.
Tested on Lumen 5.6
Installation
composer require "priondevelopment/geography:5.6.*"
In config/app.php, add the following provider: PrionDevelopment\Providers\PrionGeographyProvider::class
Publish configuration files php artisan vendor:publish --tag="priongeography"
Clear or reset your Laravel config cache. php artisan config:clear php artisan config:cache
License
Prion Geography is open-sourced software licensed under the MIT license.