Answers for "the requested php extension ext-gd * is missing from your system. install or enable php's gd extension. problem 2 php 8"

1

phpoffice/phpspreadsheet[1.1.0, ..., 1.15.0] require ext-gd * -> it is missing from your system. Install or enable PHP's gd extension

composer require "ext-gd:*" --ignore-platform-reqs
Posted by: Guest on October-29-2020
4

Install or enable PHP's gd extension

apt-get install php-gd
Posted by: Guest on December-17-2020

Code answers related to "the requested php extension ext-gd * is missing from your system. install or enable php's gd extension. problem 2 php 8"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language