| Package Data | |
|---|---|
| Maintainer Username: | kilroyweb |
| Package Create Date: | 2017-07-21 |
| Package Last Update: | 2017-10-05 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-10 15:01:01 |
| Package Statistics | |
|---|---|
| Total Downloads: | 41 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 1 |
| Total Open Issues: | 0 |
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"