Wallogit.com
2017 © Pedro Peláez
Support for coordinates
composer require kilroyweb/coordinates
Add to config.php -> providers:, (*1)
KilroyWeb\Coordinates\Providers\CoordinatesServiceProvider::class,
Migrate the coordinates table:, (*2)
php artisan migrate
Seed the coordinates table, (*3)
php artisan db:seed --class="KilroyWeb\Coordinates\Seeds\CoordinatesTableSeeder"