Skip to content
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

Open
itonics-tbeauvais opened this issue Nov 6, 2014 · 12 comments
Open

Porting to Laravel/ Illuminate 5 #11

itonics-tbeauvais opened this issue Nov 6, 2014 · 12 comments

Comments

@itonics-tbeauvais
Copy link

Laravel 5 is almost out. Are there current plans to adapt the wonderful Elasticquent library to use this new version?

@stevepop
Copy link

stevepop commented Feb 2, 2015

I am interested in this too as I am currently migrating my codebase to Laravel 5

@kticka
Copy link

kticka commented Feb 11, 2015

I'm starting new project on laravel 5, and I hope this pack will be adopted to ;)

@cerw
Copy link

cerw commented Mar 17, 2015

Yes please 👍

@nWidart
Copy link

nWidart commented Apr 21, 2015

Any updates on this ?

@majkiee
Copy link

majkiee commented Apr 29, 2015

Yeah, would love to see a L5 port

@danhanly
Copy link

Love to see this work for L5

@mvodanovic
Copy link

It works with L5, there is a pull request which fixed it:
https://github.com/nWidart/Elasticquent/tree/feature/laravel-5
It just hasn't been pulled yet. If you want to use it with composer, just add this to composer.json:

"repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/nWidart/Elasticquent"
        }
    ],

And then add this to the require section:

"fairholm/elasticquent": "dev-feature/laravel-5"

@stoppy
Copy link

stoppy commented Jun 17, 2015

thanks @mvodanovic

@mustafaaloko
Copy link

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

@timgws
Copy link

timgws commented Nov 2, 2015

@mustafaaloko there is already one that we (@adamfairholm and myself) are working on supporting now for Laravel 5.

https://github.com/elasticquent/elasticquent

@ejlocop
Copy link

ejlocop commented Jan 11, 2016

@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.
what version of laravel does elasticquent requires?

@timgws
Copy link

timgws commented Jan 12, 2016

@ejlocop if it does not exist after updating composer, that is fine. Just add the config file yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests