laravel-mysql-spatial
laravel-mysql-spatial copied to clipboard
laravel 9
I'm using laravel 9 and I get this error
Latest version is not compatible with Laravel 9.x. Someone made a Pull Request to fix the issue. As work-around you could do the following.
I'm using laravel 9 and I get this error
You can use Laravel 9 compatible packages for a while. By adding the code below to package.json
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ForkUntilDie/laravel-mysql-spatial"
}
],
"require": {
"grimzy/laravel-mysql-spatial": "master",
},
Watch #184 for updates when @grimzy has time