kilroyweb/coordinates is a Laravel package for support for coordinates.
It currently has 0 GitHub stars and 41 downloads on Packagist (latest version 1.0.2).
Install it with composer require kilroyweb/coordinates.
Discover more Laravel packages by kilroyweb
or browse all Laravel packages to compare alternatives.
Last updated
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"