kilroyweb / coordinates
Support for coordinates
1.0.2
2017-10-05 14:14 UTC
This package is not auto-updated.
Last update: 2024-11-20 03:22:59 UTC
README
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"