When installing Magento 2.0.2 via composer getting this error:
Problem 1 - Installation request for magento/product-enterprise-edition 2.0.2 -> satisfiab
When I went to create a laravel project, I got this problem.
After googling, I got this solution.
I followed these steps:
Step 1: sudo apt-get install -y php7.2-gd
sudo apt-get install -y php7.2-gd
Step 2: sudo apt-get install php7.2-intl
sudo apt-get install php7.2-intl
Step 3: sudo apt-get install php7.2-xsl
sudo apt-get install php7.2-xsl
Step 4: sudo apt-get install php7.2-mbstring
sudo apt-get install php7.2-mbstring