Driver (Gd) could not be instantiated on Intervention Image, Laravel 5.4, PHP7.1

1k views Asked by At

I got trouble with my Intervention Image, its always show "Driver (Gd) could not be instantiated."

There's installed Gd Library for PHP7.1 Tested with my simple image generator using php gd native, and image show in browser and no problem with GD

I was install PHP 7.1, Gd from homebrew I'm using intervention/image version 2.4, Laravel 5.4

So whats wrong with my GD libray or intervention? Any clue for me?

Thank You

2

There are 2 answers

0
Rampak On BEST ANSWER

Everything works fine when i downgrade to intervention 2.3.*

Any clue?

0
yaime dc On

I met the same issue when I try to put my code on my host,and found that 'GD' doesn't work but 'gd' works well to me