empari/geo

Countries, States and Cities helper for Laravel.
17
Install
composer require empari/geo
Latest Version:5.8.0
PHP:^7.1.3
License:MIT
Last Updated:Jun 24, 2019
Links: GitHub  ·  Packagist
Maintainer: adrianodrix

Empari/Geo

Countries, States and Cities helper for Laravel (only Brazil)

Installation

Composer

Execute the following command to get the latest version of the package:

composer require empari/geo

Laravel

In your config/app.php add Empari\Geo\GeoServiceProvider::class to the end of the providers array:

'providers' => [
    ...
    Empari\Geo\GeoServiceProvider::class,
],

Publish Configuration

php artisan vendor:publish --provider "Empari/Geo/GeoServiceProvider"

Migrate the new tables

php artisan migrate

Seeder Tables

php artisan db:seed --class="Empari\Geo\Database\Seeds\CountryTableSeeder" 
php artisan db:seed --class="Empari\Geo\Database\Seeds\StateTableSeeder"
php artisan db:seed --class="Empari\Geo\Database\Seeds\CityTableSeeder"

Related Packages

rinvex/addressable

Rinvex Addressable is a polymorphic Laravel package, for addressbook management....

1 1
arnotae/frenchcities

Mysql table of french cities for Laravel 5

37 0
dougsisk/laravel-country-state

Country & state helper for Laravel.

1,935,958 168
yurtesen/geonames

Geonames importer and models for Eloquent ORM

1,674 31
sorbing/sypex-geo-laravel

The Sypex Geo PHP Class Wrapper for Laravel 4.2

66 0