kilroyweb/coordinates
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"
Related Packages
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
634,760,849
9,707
laravel/serializable-closure
Laravel Serializable Closure provides an easy and secure way to serialize closur...
408,553,772
609
nunomaduro/collision
Cli error handling for console/command-line PHP applications.
387,976,821
4,658