[Tutorial] How to install Magento with Laragon
-
In this tutorial I use Laragon 3.1.x and Magento 2.2.3
Note: Magento requiremod_version
for Apache, andsoap
extension for PHP. You can enable them easily with Laragon.
Here's how:- Download Magento: https://magento.com/tech-resources/download (Magento Open Source 2.2.3.zip (87.17 MB))
- Extract it to:
C:\www\laragon\magento
- Go to http://magento.test (or http://localhost/magento: OLD WAY)
If you see 500 error, just enablemod_version
in (Menu > Apache > httpd.conf) andReload Apache
LoadModule version_module modules/mod_version.so
-
Now you should see the installation page, click "Agree and Setup Magento":
-
Click "Start Readiness Check", you'll see a failed check as Magento 2.2.3 needs
soap
extension. No worry, just click (Menu > PHP > Extensions > soap) to enable it (with Laragon, you don't need to Reload Apache):
- Click "Try Again", now everything should be OK - Click "Next"
- Create
magento
database in (Menu > MySQL > Create database).
From that time, you only need to click "Next" to process.
That's all forks.
-
When done, you'll see a successful screen like this:
Congratulations!
-
Your Magento Store Front:
-
Your Magento Admin: