kilroyweb/coordinates

Support for coordinates
41
Install
composer require kilroyweb/coordinates
Latest Version:1.0.2
License:MIT
Last Updated:Oct 5, 2017
Links: GitHub  ·  Packagist
Maintainer: kilroyweb

Installation

composer require kilroyweb/coordinates

Add to config.php -> providers:

KilroyWeb\Coordinates\Providers\CoordinatesServiceProvider::class,

Migrate the coordinates table:

php artisan migrate

Seed the coordinates table

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