#The PHP GD extension is required, but is not installed. (its installed)

7 messages · Page 1 of 1 (latest)

proud night
mighty siren
#

You can't install GD through composer. It's an extension, which needs to be compiled with your PHP version. IIRC you could run apt-get install php8.2-gd

proud night
#

Wait PHPinfo says its version PHP 8.2.16 and Laravel is running on PHP PHP 8.2.22. Hmm

#

I first going to try to rebuild PHP 8.2 and we shall see from there.

proud night
#

Ohw