-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
I am using Laravel 5.2. Today, I need to use ElasticSearch to do full text search. After I required the larasearch, the artisan don't work because in LarasearchServiceProvider::boot, $this->package method is not found. I checked the develop branch and see that it is changed. I update the file manually. After that I tried to generate paths for my models. The config is print in the console. If I specified the --write-config, artisan complainted that config:publish command is not there.
So I think that current released version '^0.8.0' is not compatiable with Laravel 5.2. How can I solve it? I have fork the repository, and if something I can do, I will make a pull requests.
Metadata
Metadata
Assignees
Labels
No labels