Elasticquent icon indicating copy to clipboard operation
Elasticquent copied to clipboard

Porting to Laravel/ Illuminate 5

Open itonics-tbeauvais opened this issue 11 years ago • 12 comments

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

itonics-tbeauvais avatar Nov 06 '14 16:11 itonics-tbeauvais

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

stevepop avatar Feb 02 '15 21:02 stevepop

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

kticka avatar Feb 11 '15 12:02 kticka

Yes please :+1:

cerw avatar Mar 17 '15 03:03 cerw

Any updates on this ?

nWidart avatar Apr 21 '15 07:04 nWidart

Yeah, would love to see a L5 port

majkiee avatar Apr 29 '15 15:04 majkiee

Love to see this work for L5

danhanly avatar May 10 '15 16:05 danhanly

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"

mvodanovic avatar May 19 '15 12:05 mvodanovic

thanks @mvodanovic

stoppy avatar Jun 17 '15 13:06 stoppy

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 avatar Nov 01 '15 10:11 mustafaaloko

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

https://github.com/elasticquent/elasticquent

timgws avatar Nov 02 '15 01:11 timgws

@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?

ejlocop avatar Jan 11 '16 11:01 ejlocop

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

timgws avatar Jan 12 '16 00:01 timgws