kilroyweb / coordinates
Support for coordinates
Installs: 41
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/kilroyweb/coordinates
This package is not auto-updated.
Last update: 2025-09-24 08:18:32 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"