python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
how to add php gd with composer (laravel 8)
I trying to add php gd to the composer.json.
I want to install php gd because of the following error :
The PHP GD extension is required, but is not installed.
The error was caused by dompdf ...

Jip Helsen
Votes: 0
Answers: 1
PHP 8.1 imageavif(): AVIF image support has been disabled
PHP 8.1.4 (Installed via remi repo) runing on CentOS 8 Stream
I tested avif support on the machine:
php -i | grep AVIF
AVIF Support => enabled
php -r 'echo gd_info()["AVIF Support"];'
1
...
xforce
Votes: 0
Answers: 1