Skip to content

kilroyweb/coordinates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"