Giter Site home page Giter Site logo

ImageServiceProvider.php line 42: Call to undefined method Intervention\Image\ImageManager::pattern() about laravel-image-legacy HOT 6 OPEN

folkloreinc avatar folkloreinc commented on June 24, 2024
ImageServiceProvider.php line 42: Call to undefined method Intervention\Image\ImageManager::pattern()

from laravel-image-legacy.

Comments (6)

Bronskiy avatar Bronskiy commented on June 24, 2024 5

I found a slightly weird solution but it works(laravel 5.7) :)
Change "extra' in your composer.json:

"extra": {
       "laravel": {
           "dont-discover": [
             "intervention/image",
             "folklore/image"
           ]
       }
   },

from laravel-image-legacy.

essteffan avatar essteffan commented on June 24, 2024

I have the same issue, also In laravel 5.7

Any news?

from laravel-image-legacy.

aharabara avatar aharabara commented on June 24, 2024

I have a response for you guys. I suppose you use some package like spatie/browsershot, spatie/image or other stuff that is loading package intervention/image which is rewriting ImageManager::class singleton in $app['image'] and when folklore/image package is initializing it is calling $app['image'] which is a totally different object.
Basically folklore/image and intervention/image packages are conflicting
@essteffan, @MatanYed

from laravel-image-legacy.

essteffan avatar essteffan commented on June 24, 2024

You are right @aharabara I am using both of them in a project...but how did it work before?

Best regards!

from laravel-image-legacy.

aharabara avatar aharabara commented on June 24, 2024

You did package/project version upgrade. For me it was Laravel update from 5.2 to 5.6. I replaced less problematic package with custom service and it worked 😁 @essteffan

from laravel-image-legacy.

salehasadi avatar salehasadi commented on June 24, 2024

I found a slightly weird solution but it works(laravel 5.7) :)
Change "extra' in your composer.json:

"extra": {
       "laravel": {
           "dont-discover": [
             "intervention/image",
             "folklore/image"
           ]
       }
   },

Thanks man

from laravel-image-legacy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.