laravel-mysql-spatial maintained by open-southeners
Description
MySQL spatial data types extension for Laravel.
Authors
Last update
2023/12/12 12:47
(dev-main)
License
Downloads
3 536
Laravel MySQL Spatial extension

Forked version of grimzy/laravel-mysql-spatial maintained by Open Southeners as it seems a little bit abandoned by its original author(s). All credits goes to them for creating it.
Note: The Github project / repository has been modified to match organisation requirements.
To check all documentation and usage use the original repository (will be maintained until somehow need to change in functionality).
Notice
This repository is unmaintained as we migrate our projects to use: matanyadaev/laravel-eloquent-spatial
Getting started
The only procedure that changes is the package name under packagist, you shall install this one via the following command:
composer require open-southeners/laravel-mysql-spatial
License
This project is under MIT license.
As well giving credits to the following:
- @limenet (https://linusmetzler.me): Porting the entire package to Laravel 10
- @grimzy: The original creator