laravel-mysql-spatial icon indicating copy to clipboard operation
laravel-mysql-spatial copied to clipboard

laravel 9

Open a-j-n opened this issue 2 years ago • 2 comments

I'm using laravel 9 and I get this error Screen Shot 2022-06-12 at 10 09 55 PM

a-j-n avatar Jun 12 '22 20:06 a-j-n

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.

kennethsierkstra avatar Jun 15 '22 12:06 kennethsierkstra

I'm using laravel 9 and I get this error Screen Shot 2022-06-12 at 10 09 55 PM

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",
},

SupianIDz avatar Jul 06 '22 04:07 SupianIDz

Watch #184 for updates when @grimzy has time

macbookandrew avatar Aug 18 '22 19:08 macbookandrew