mmanos / laravel-search

A search package for Laravel 5.
MIT License
352 stars 59 forks source link

Laravel 5.1 error #36

Closed florentsorel closed 8 years ago

florentsorel commented 9 years ago

Hi,

I have some issue with Laravel 5.1.

When I call the facade Search::search() for example, I have an error:

Call to undefined method Mmanos\Search\Search::methodName

It's me or your package is not compatible with Laravel 5.1 ?

With IoC I have no error but the result is an empty array.

Thx

RyanThompson commented 8 years ago

@Rtransat Im using this on 5.1 (LTS) right now and it's solid. @mmanos

dmyers commented 8 years ago

Not sure if reproducible @Rtransat.