lorisleiva / laravel-docker

🐳 Generic docker image for Laravel Applications
MIT License
934 stars 314 forks source link

UploadedFile::fake() error #43

Closed kszyrvercobrador closed 4 years ago

kszyrvercobrador commented 4 years ago

It will give this error when using UploadedFile::fake()->image('avatar.png') in testing

testing.ERROR: Call to undefined function Intervention\Image\Gd\imagejpeg()

lorisleiva commented 4 years ago

Hi, thanks for sharing. I'm fairly confident this is because of #21.

I'll mark that as a duplicate in order to keep all information in one thread.