Kerem Can Kaya

Results 5 comments of Kerem Can Kaya

Same problem, @aconital have you managed to solve the issue?

@aconital I've solved the issue using laravel grimzy/laravel-mysql-spatial:^1.0 package. For Laravel 5.5 just use: ` composer require grimzy/laravel-mysql-spatial:^1.0 ` And regenerate migration, good to go

@aconital ah one last thing after you require the package and create the migrations, you'll see that the package is no longer throwing exception however still not using the correct...

Thanks for the solution @VictorAssis ` $handler = new APIExceptionHandler($this->container); if ($request->is('api/*')) { return $handler->render($request, $exception); } $handler->report($exception); return parent::render($request, $exception);` If anyone needs to use reporter from the library...

I had the same issue and just solved by using different indexes to each card. Very ugly solution but it works... I guess somewhere in the library prevents attaching new...