Open lorvent opened 5 years ago
@jarektkaczyk @lukasoppermann Thanks for this awesome library. Any hope for Laravel 6 support yet? We are waiting highly. Thanks.
Hey, I only helped with some PRs. Credit for this goes to @jarektkaczyk
I am not working on any laravel projects anymore, sorry.
@hasnatbabur in my app, i have used this package only once and when they didn't update for laravel6, i decided to update it with a query directly
so if you are not relying on package much, probably you can consider same.
tagged v6 #250 250
seems like a few BC changes were introduced, so fixes will be necssary.
Feel free to make a PR fixing 👍
Hi, thanks for this great library! Could you possibly change the composer.json to allow laravel 6.0.*
instead of just 6.0
so it would be more forgiving for composer require sofa/eloquence
? Thank you
@chrisgo it should allow anything >=6.0 & < 7.0
https://getcomposer.org/doc/articles/versions.md#next-significant-release-operators
or am I missing something?
@jarektkaczyk think the issue is that its >=6.0 and not >=6.0.* as laravel 6 is now on v6.0.1
composer require sofa/eloquence-base worked for me for search table so i think its just small mistake in composer file i suppose...
I have problem with this package
` - Installation request for sofa/eloquence ^6.0 -> satisfiable by sofa/eloquence[v6].
this is for some problem with sofa/eloquence-mappable can you fix this?
I had to install and enable the helpers to make it work with Laravel 6.0
composer require laravel/helpers
String and Array Helpers are removed from Core Framework https://laravel.com/docs/6.0/upgrade#helpers
still not working, using laravel 6.5.1
I cannot install this package because it has dependency on eloquence-mappable and actually I need 'mappable' feature. It seems eloquence-mappable subpackage is not compatible with Laravel 6.x
Problem 1
- Installation request for sofa/eloquence-mappable ^5.6 -> satisfiable by sofa/eloquence-mappable[5.6].
- Conclusion: remove laravel/framework v6.6.0
- Conclusion: don't install laravel/framework v6.6.0
- sofa/eloquence-mappable 5.6 requires sofa/eloquence-base ^5.5 -> satisfiable by sofa/eloquence-base[5.5.x-dev, 5.6, 5.6.1, v5.5, v5.6.2, v5.6.3].
...
...
Not working for me either in Laravel 6.*
Problem 1
- sofa/eloquence-mappable v5.5.1 requires sofa/eloquence-base 5.5.* -> satisfiable by sofa/eloquence-base[5.5.x-dev, v5.5] but these conflict with your requirements or minimum-stability.
- sofa/eloquence-mappable v5.5 requires sofa/eloquence-base 5.5.* -> satisfiable by sofa/eloquence-base[5.5.x-dev, v5.5] but these conflict with your requirements or minimum-stability.
- sofa/eloquence-mappable 5.6 requires sofa/eloquence-base ^5.5 -> satisfiable by sofa/eloquence-base[5.5.x-dev, 5.6, 5.6.1, v5.5, v5.6.2, v5.6.3] but these conflict with your requirements or minimum-stability.
- sofa/eloquence v6 requires sofa/eloquence-mappable ^5.5|^6.0 -> satisfiable by sofa/eloquence-mappable[5.6, v5.5, v5.5.1].
- Installation request for sofa/eloquence 6.0.* -> satisfiable by sofa/eloquence[v6].
After reading comments here - I'm worried about upgrading my project to 6. (it is using eloquence-base / Searchable... and soon I'll have to move to Laravel 6 [LTS]. I'll wait a little while and then I'll have to find some solution. There are some "alternatives" but, in my opinion, not as good as Eloquence Searchable).
Hi, All
just install it with composer require sofa/eloquence:dev-master now.
Had told to @jarektkaczyk via Twitter to kindly review this repo. And what a fortune to receive his attention.
Thanks @jarektkaczyk, works like a charm!
Hello, are you planning to provide a laravel 6 update?
thanks.