Installation
Install Laragon on Windows in minutes - Start building modern web apps with a fast, portable, and powerful development environment
To start the journey with Laragon, just download the latest version and click Next, Next, Next...
Setup - Select location

Setup - Options

🗹 Run Laragon When Windows Starts
When this option is enabled, Laragon will automatically launch every time your Windows system boots.
It ensures your development environment is always ready.
Tip: Enable this if you frequently work on local projects and want services like Apache, MySQL, or Nginx to be instantly available.
Bonus: Laragon starts up incredibly fast and uses minimal system resources, making it ideal to keep running in the background. We recommend enabling it to streamline your development workflow.
🗹 Auto Virtual Hosts
Auto Virtual Hosts let you access your projects with clean, domain-like URLs such as app.test
instead of using localhost/app
.
For example, a folder named my-app
in your Laragon www
directory becomes available at:
https://app.test
This improves readability and mimics real-world domain structures. Perfect for testing apps in a clean, isolated way.
No need to manually edit your hosts
file and Apache/Nginx configurations. Laragon handles it for you.