Magento 2 4 Install Command Line

[Solved] Magento 2 4 Install Command Line | Php - Code Explorer | yomemimo.com
Question : magento 2.4 install command line

Answered by : rajasekar-senguttuvan

In the command prompt, execute the command:$ php bin/magento setup:install –base-url=”http://localhost/magento2/” –db-host=”localhost” –db-name=”dbmagento241″ –db-user=”root” –admin-firstname=”admin” –admin-lastname=”admin” –admin-email=”[email protected]” –admin-user=”admin” –admin-password=”admin123″ –language=”en_US” 

Source : | Last Update : Wed, 31 Aug 22

Answers related to magento 2 4 install command line

Code Explorer Popular Question For Php