image-laravel
image-laravel copied to clipboard
Laravel Integration for Intervention Image
**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 ------ ------------------------------------------------------------------------------------...