teamtnt / laravel-scout-tntsearch-driver

Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch
MIT License
1.1k stars 144 forks source link

Driver upgrade to Laravel 5.4 #70

Closed lauroBRCWB closed 7 years ago

lauroBRCWB commented 7 years ago

Hi,

In order to use the driver in Laravel 5.4, a change is needed into TNTSearchServiceProvider.

The method share was extinct.

So, my suggestion is to change the share method line, by this one:

$this->app->singleton('tntsearch',function ($app) {

It works.

nticaric commented 7 years ago

The scout driver works with Laravel 5.4