image-laravel icon indicating copy to clipboard operation
image-laravel copied to clipboard

Laravel Integration for Intervention Image

Results 4 image-laravel issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The Image facade cannot be faked/spied in tests, because `The class \Intervention\Image\ImageManager is marked final`. Using `shouldReceive` or `spy` is an expected feature of [Laravel Facades](https://laravel.com/docs/12.x/facades). **Code...

**Describe the bug** Larastan reports a “Call to an undefined method” error on a class or interface that doesn’t natively provide that method. ``` ------ ------------------------------------------------------------------------------------ Line Http/Controllers/Image/ImageController.php ------ ------------------------------------------------------------------------------------...