LaravelPackages.net
Acme Inc.
Toggle sidebar
kilroyweb/coordinates

Support for coordinates

41
0
1.0.2
About kilroyweb/coordinates

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

Installation

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"

Star History Chart