following error coming
Magento supports PHP 7.1.3 or later. Please read https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html
when i am putting this on command line localhost wampserver, please help me to configure magento2
I would highly grateful if you will proviede me complete document of magento2 configuration and related issue
php bin/magento setup:install --base-url="http://localhost/magento" --db-host="localhost" --db-name="magento" --db-user="root" --db-password="" --admin-firstname="admin" --admin-lastname="admin" --admin-email="admin@admin.com"
--admin-user="admin" --admin-password="admin@123" --use-rewrites="1" --backend-frontname="admin"
you need to follow these steps to install Magento2 on the wamp server.
to install Magento, you should prepare your system for these technical-requirements
this includes Mysql & PHP version and extensions
kindly Accept as a Solution if this works for you and give Kudos
I guess you got error with composer, remember to use composer version 1.0.
Also, try to use Xampp instead of Wampp, it's better to install Magento 2 on Xampp