2017 © Pedro Peláez
 

library laravel-geo-information

Tables, Seeders and Models for Geographical information

image

itpassionltd/laravel-geo-information

Tables, Seeders and Models for Geographical information

  • Wednesday, November 22, 2017
  • by guus.leeuw.jr
  • Repository
  • 0 Watchers
  • 0 Stars
  • 33 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

itpassionltd/laravel-geo-information

Installation

In order to install please follow the below steps: 1. composer require itpassionltd/laravel-geo-information, (*1)

This will install the package in your vendor directory., (*2)

If you have laravel >= 5.5 you can skip ahead to step 3., (*3)

  1. Add ITPassionLtd\Laravel\GeoInfo\GeoInfoServiceProvider::class to the providers array in config/app.php, (*4)

    This will give the package an opportunity to register itself with Laravel, (*5)

  2. Run php artisan migrate to install the database tables, (*6)

  3. Run php artisan db:seed --class=ITPassionLtd\\Laravel\\GeoInfo\\Seeds\\GeoInfoTablesSeeders to seed the created tables, (*7)

That's it: The installation is finished now, (*8)

Usage

Simply use ITPassionLtd\\Laravel\\GeoInfo\\App\\Country to use the Country Model in your code., (*9)

TODO

Seeding: * Finsih the GeoInfoCountriesTableSeeder * Create the GeoInfoTablesSeeder, (*10)

Create the following APIs: * GET countries * GET countries/{country}, (*11)

Create tables and seeders for * Regions * Languages * Currency Symbols, (*12)

The Versions

22/11 2017

dev-master

9999999-dev https://bitbucket.org/itpassionltd/laravel-geo-information

Tables, Seeders and Models for Geographical information

  Sources   Download

GPLv3

The Requires

 

laravel currency country countries currencies crossdomain geographical information

31/08 2017

v0.0.1

0.0.1.0 https://bitbucket.org/itpassionltd/laravel-geo-information

Tables, Seeders and Models for Geographical information

  Sources   Download

GPLv3

The Requires

 

laravel currency country countries currencies crossdomain geographical information