2017 © Pedro Peláez
 

library geo

Countries, States and Cities helper for Laravel.

image

empari/geo

Countries, States and Cities helper for Laravel.

  • Tuesday, December 5, 2017
  • by adrianodrix
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Empari/Geo

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

Installation

Composer

Execute the following command to get the latest version of the package:, (*2)

composer require empari/geo

Laravel

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

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

Publish Configuration, (*4)

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

Migrate the new tables, (*5)

php artisan migrate

Seeder Tables, (*6)

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"

The Versions

05/12 2017

dev-develop

dev-develop

Countries, States and Cities helper for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Team Empari
by Adriano Santos

geo city country state empari

05/12 2017

dev-master

9999999-dev

Countries, States and Cities helper for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Team Empari
by Adriano Santos

geo city country state empari

05/12 2017

5.5.3

5.5.3.0

Countries, States and Cities helper for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Team Empari

geo city country state empari

05/12 2017

5.5.2

5.5.2.0

Countries, States and Cities helper for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Team Empari

geo city country state empari

04/12 2017

5.5.1

5.5.1.0

Countries, States and Cities helper for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Team Empari

geo city country state empari

30/11 2017

5.5.0

5.5.0.0

Countries, States and Cities helper for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Team Empari

geo city country state empari

25/07 2017

1.0.2

1.0.2.0

Countries, States and Cities helper for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adriano Santos

geo city country state empari

25/07 2017

1.0.1

1.0.1.0

Countries, States and Cities helper for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adriano Santos

geo city country state empari

24/07 2017

1.0.0

1.0.0.0

Countries, States and Cities helper for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adriano Santos

geo city country state empari