Make plastic compatible with Laravel 5.7
Please make this compatible with Laravel 5.7. Whenever I do a composer require of the package, it fails and says to uninstall laravel/framework 5.7.25. I would really like to use this over other packages available as it couples nicely with Laravel's models.
composer require sleimanx2/plastic
Using version ^0.5.3 for sleimanx2/plastic
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for sleimanx2/plastic ^0.5.3 -> satisfiable by sleimanx2/plastic[v0.5.3].
- Conclusion: remove laravel/framework v5.7.25
- Conclusion: don't install laravel/framework v5.7.25
subscribe
+1
i cant install it on laravel 5.8 . any suggestion ?
@Ybazli
i cant install it on laravel 5.8 . any suggestion ?
Use this Elasticsearch driver for Laravel Scout instead: https://github.com/babenkoivan/scout-elasticsearch-driver
Hey, guys, you can use my repository as a temporary solution, it supports even laravel 6.0 version "sleimanx2/plastic": "dev-master", and add it "repositories": [ { "type": "vcs", "url": "[email protected]:a1tem/plastic.git" } ]