kilroyweb/coordinates

Support for coordinates

Downloads

40

Stars

0

Version

1.0.2

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"
kilroyweb

Author

kilroyweb