Joshua Baumann
Results
2
comments of
Joshua Baumann
For people trying to get this working with Laravel 10, I've created a fork with the dependencies bumped. ``` { "repositories": [ { "type": "vcs", "url": "https://github.com/joshbaumann/laravel-mysql-spatial.git" } ] }...
@swus13 I've got this working in my Laravel 10 app. I am only using the `Point` class and the `distanceSphere` query method, but these are at least working for me....