👉 Example: After installing XAMPP, open http://localhost
in your browser to see the XAMPP dashboard.
To install XAMPP on a Windows system, follow these steps:
Step 1: Download XAMPP
Step 2: Run the Installer
Step 3: Select Components
Step 4: Choose Installation Folder
Step 5: Install
Step 6: Start XAMPP Control Panel
Step 7: Test Installation
.exe
installer.xampp-windows-x64-8.2.12-0-VS16-installer.exe
).You will see checkboxes for:
Default path: C:\xampp\
👉 Recommended: Keep it default.
👉 Click Start next to both.
Open browser → type:
http://localhost/
If XAMPP dashboard opens → ✅ Success!
For MySQL/phpMyAdmin:
http://localhost/phpmyadmin/
Now you can place your Laravel/PHP projects inside:
C:\xampp\htdocs\
Example:
C:\xampp\htdocs\myproject\index.php
Access via
http://localhost/myproject/
RELATED TOPICS
Install node js on Windows
Easily set up Node.js on your Windows system with our step-by-step guide and images. Perfect for beginners to start coding with Node.js in minutes.
Install Java on windows
Quickly install Java JDK on your Windows computer with our simple step-by-step guide and screenshots. Perfect for beginners to start coding in Java right away.
Install XAMPP on windows
Easily install XAMPP on your Windows computer with our beginner-friendly guide and screenshots. Set up Apache, MySQL, and PHP in just a few minutes.
Install php on Windows
This tutorial explains how to install PHP on Windows directly, without using XAMPP. You’ll learn how to download PHP from the official site, configure the PATH environment variable, and verify installation. This setup is essential if you’re working with frameworks like Laravel, Symfony, or plain PHP projects.
Install composer on Windows
Composer is a dependency manager for PHP that makes it easy to install and manage PHP libraries and frameworks like Laravel, Symfony, or CodeIgniter. On Windows, installing Composer is simple using the Composer-Setup.exe installer. Once installed, you can use the composer command from any terminal or command prompt to manage your PHP projects efficiently.
Install mysql on Windows
MySQL is one of the most popular open-source relational database management systems. Installing MySQL on Windows is easy using the MySQL Installer. The installer allows you to set up MySQL Server, Workbench, and other tools. Once installed, you can create and manage databases, connect with PHP or other applications, and configure root user credentials. This step-by-step setup ensures MySQL runs smoothly on your Windows machine.