kilroyweb / coordinates by kilroyweb

Support for coordinates
40
0
1
Package Data
Maintainer Username: kilroyweb
Package Create Date: 2017-07-21
Package Last Update: 2017-10-05
Language: PHP
License: MIT
Last Refreshed: 2024-11-23 03:01:07
Package Statistics
Total Downloads: 40
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 1
Total Open Issues: 0

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"