Search code examples
phplaravelintervention

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


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


Solution

  • Everything works fine when i downgrade to intervention 2.3.*

    Any clue?