plastic icon indicating copy to clipboard operation
plastic copied to clipboard

Make plastic compatible with Laravel 5.7

Open annethereshewent opened this issue 7 years ago • 5 comments

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

annethereshewent avatar Feb 14 '19 19:02 annethereshewent

subscribe

masterjus avatar Feb 26 '19 12:02 masterjus

+1

sstepanovvl avatar Mar 03 '19 08:03 sstepanovvl

i cant install it on laravel 5.8 . any suggestion ?

Ybazli avatar Jun 15 '19 19:06 Ybazli

@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

AlwinGarside avatar Aug 07 '19 14:08 AlwinGarside

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" } ]

a1tem avatar Sep 19 '19 12:09 a1tem