MatanYadaev / laravel-eloquent-spatial

Laravel Eloquent spatial package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package no longer provides a service provider

georgeboot opened this issue · comments

The composer.json of this package still tries to auto-discover a service provider, but there isn't one.

Proposed solution: remove the auto-discovery line from the composer.json:

"providers": [
"MatanYadaev\\LaravelEloquentSpatial\\LaravelEloquentSpatialServiceProvider"
],
"aliases": {
"LaravelEloquentSpatial": "MatanYadaev\\LaravelEloquentSpatial\\LaravelEloquentSpatialFacade"
}

Thanks, @georgeboot! I fixed it.