2017 © Pedro Peláez
 

library coordinates

Support for coordinates

image

kilroyweb/coordinates

Support for coordinates

  • Thursday, October 5, 2017
  • by kilroyweb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Installation

composer require kilroyweb/coordinates

Add to config.php -> providers:, (*1)

KilroyWeb\Coordinates\Providers\CoordinatesServiceProvider::class,

Migrate the coordinates table:, (*2)

php artisan migrate

Seed the coordinates table, (*3)

php artisan db:seed --class="KilroyWeb\Coordinates\Seeds\CoordinatesTableSeeder"

The Versions

05/10 2017

dev-master

9999999-dev

Support for coordinates

  Sources   Download

MIT

laravel

05/10 2017

1.0.2

1.0.2.0

Support for coordinates

  Sources   Download

MIT

laravel

21/07 2017

1.0.1

1.0.1.0

Support for coordinates

  Sources   Download

MIT

laravel