nqxcode / laravel-lucene-search

Laravel 4.2, 5.* package for full-text search over Eloquent models based on ZF2 Lucene.
73 stars 28 forks source link

Porting to Laravel 5.3 #39

Closed anolek closed 7 years ago

anolek commented 7 years ago

Hi,

This is ported to Laravel 5.3, just replacing "lists" by "pluck" and fixing migrations with "orchestra/testbench". Hope, this is fine, if anything is wrong, tell me ;)

Thanks

nqxcode commented 7 years ago

Thanks for help!