I am try to install magento 2 in Xampp Windows platform, I am getting the following error when i try to run the following command,
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.4.7 m2
Getting the following error, enter image description here
How to solve this issue?
1 Answer 1
You're missing PHP GD extension.
In C:\xampp\php\php.ini look for extension=gd (or extension=gd2 ) and uncomment it.
Restart Apache afterwards.
 answered Jan 1 at 16:41
 
 
 
 Konstantin G - goivvy.com 
 
 4263 silver badges6 bronze badges
 
 - 
 Any idea about this error : ibb.co/S060FBQzus– zus2025年01月01日 17:12:16 +00:00Commented Jan 1 at 17:12
default