-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Porting to Laravel/ Illuminate 5 #11
Comments
I am interested in this too as I am currently migrating my codebase to Laravel 5 |
I'm starting new project on laravel 5, and I hope this pack will be adopted to ;) |
Yes please 👍 |
Any updates on this ? |
Yeah, would love to see a L5 port |
Love to see this work for L5 |
It works with L5, there is a pull request which fixed it:
And then add this to the require section:
|
thanks @mvodanovic |
As the author of this package didn't respond to Laravel 5 issue and also didn't merge any pull requests for changes. I have created a new package (Elasticquent 5) on top of this one to be compatible with Laravel 5. https://github.com/mustafaaloko/elasticquent5 |
@mustafaaloko there is already one that we (@adamfairholm and myself) are working on supporting now for Laravel 5. |
@timgws i'm using Laravel 5.1.28, and your elasticquent/elasticquent. after reading the docs. i've found out that app/config/elasticquent.php doesn't exists in my folder after updating the composer. |
@ejlocop if it does not exist after updating composer, that is fine. Just add the config file yourself. |
Laravel 5 is almost out. Are there current plans to adapt the wonderful Elasticquent library to use this new version?
The text was updated successfully, but these errors were encountered: