Did you add it in the correct php.ini. There are usually two of them, one for server and one for cli.
Jan 5, 2022
3
Level 5
PHP gb library
Greeting, i am trying to install a laravel theme but when i hit composer install i got this error
-
Root composer.json requires PHP extension ext-gd * but it is missing from your system. Install or enable PHP's gd extension
-
phpoffice/phpspreadsheet[1.1.0, ..., 1.20.0] require ext-gd * -> it is missing from your system. Install or enable PHP's gd extension.
i went to php.ini and enable extension = gb but the error still exist what can i do to solve this problem
Please or to participate in this conversation.