Hello, thank you for the package. Please guide me on how to index my Models with this package and output the results. When trying to run it, I am getting the following errors
Whoops, looks like something went wrong.
1/1
FatalErrorException in
API.php line 118:
Call to undefined method Mmanos\Search\Search::insert()
```
Hello, thank you for the package. Please guide me on how to index my Models with this package and output the results. When trying to run it, I am getting the following errors
Whoops, looks like something went wrong.
1/1 FatalErrorException in API.php line 118: ```
+1
bump
Can you try the latest release (v1.0.3)? I can't reproduce with Laravel 5.1.
What version of Laravel are you using? Have you installed the appropriate driver that the config is set to?
Run into this issue too, I do not know what I am doing wrong. This are my dependencies.
My Facade: 'Search' => Mmanos\Search\Facade::class, My Provider: Mmanos\Search\SearchServiceProvider::class,
+1