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

Port to laravel 5 #2

Closed luukholleman closed 9 years ago

luukholleman commented 9 years ago

As the title says, ported to Laravel 5

luukholleman commented 9 years ago

I will check if i can fix it

luukholleman commented 9 years ago

Fixed the unit tests (except 1), the first unit test always throws this error. But since this error is in Laravel itself i can't do much about it other then making a pull request to Laravel.

nqxcode commented 9 years ago

Can you try to update "orchestra/testbench"? In composer.json "orchestra/testbench": "3.0.*"

luukholleman commented 9 years ago

I updated and converted some code that no longer worked. I have not much experience with the ioc and facades features so you should check if i'm not doing anything unnecessary.