priondevelopment/geography

Pull geography specific data.

v0.1-alpha.4 2018-09-25 00:24 UTC

This package is not auto-updated.

Last update: 2024-04-24 03:20:11 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.