# leokhoa/laragon

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/leokhoa-laragon).**

5,220 stars · 481 forks · PHP

## Links

- GitHub: https://github.com/leokhoa/laragon
- Homepage: https://laragon.org
- awesome-repositories: https://awesome-repositories.com/repository/leokhoa-laragon.md

## Description

Laragon is a portable web server suite and WAMP stack manager that provides a self-contained local development environment. It enables the bootstrapping of web applications through the orchestration of web servers, databases, and language runtimes on a single machine.

The project is distinguished by its registry-free portable mode, allowing the entire development stack to be moved between drives or computers without re-installation. It features automated virtual host mapping and SSL certificate generation for local domains, as well as a local tunneling gateway to expose projects via public URLs.

The environment includes tools for multi-version runtime management, multi-engine database hosting, and a local SMTP testing tool for intercepting and inspecting outgoing emails. It also provides a tabbed terminal interface with isolated path execution and a unified control interface for managing background processes and server services.

Laragon automates the deployment of application templates and content management system instances to accelerate project initialization.

## Tags

### Development Tools & Productivity

- [Local Development Environments](https://awesome-repositories.com/f/development-tools-productivity/local-development-environments.md) — Provides a self-contained local environment orchestrating web servers, databases, and language runtimes for web prototyping.
- [Registry-Free Portability](https://awesome-repositories.com/f/development-tools-productivity/registry-free-portability.md) — Operates entirely from a single folder without modifying the system registry for complete portability.
- [Local Environment Configurations](https://awesome-repositories.com/f/development-tools-productivity/development-environment-management/environment-provisioning-configuration/local-environment-configurations.md) — Automates web server and database settings to eliminate manual configuration file editing. ([source](https://laragon.org/docs/migrate-to-laragon))
- [Development Environment Orchestrators](https://awesome-repositories.com/f/development-tools-productivity/development-environment-orchestrators.md) — Installs and orchestrates multiple runtime environments, web servers, and databases within a single unified setup. ([source](https://laragon.org/docs/flexible))
- [Portable Stacks](https://awesome-repositories.com/f/development-tools-productivity/local-development-stacks/portable-stacks.md) — Ships a registry-free portable mode allowing the entire development stack to be moved between drives without re-installation.
- [Runtime Version Switching](https://awesome-repositories.com/f/development-tools-productivity/runtime-version-detectors/runtime-version-switching.md) — Enables switching between different versions of programming language binaries and database engines.
- [WAMP Stack Managers](https://awesome-repositories.com/f/development-tools-productivity/wamp-stack-managers.md) — Provides a portable manager for Apache, Nginx, MySQL, and PHP specifically for Windows environments.
- [Configuration-Driven Orchestrators](https://awesome-repositories.com/f/development-tools-productivity/configuration-driven-orchestrators.md) — Manages background jobs and system services using a centralized declarative configuration file.
- [Local Tunneling Services](https://awesome-repositories.com/f/development-tools-productivity/developer-utilities-libraries/workflow-productivity-enhancers/developer-productivity-utilities/developer-utilities/network-traffic-proxies/local-tunneling-services.md) — Provides a local tunneling gateway to expose development projects via public URLs for external testing.
- [Isolated Execution Environments](https://awesome-repositories.com/f/development-tools-productivity/isolated-execution-environments.md) — Executes binaries using isolated environment variables to prevent conflicts with global system path settings.
- [Local Email Development Proxies](https://awesome-repositories.com/f/development-tools-productivity/local-email-development-proxies.md) — Intercepts outbound SMTP traffic and serves it via a local web interface for email debugging.
- [Project Templates](https://awesome-repositories.com/f/development-tools-productivity/project-templates.md) — Provides application templates to rapidly initialize local development environments with common frameworks. ([source](https://laragon.org/docs/quick-app))

### DevOps & Infrastructure

- [Portable Web Suites](https://awesome-repositories.com/f/devops-infrastructure/portable-server-deployments/portable-web-suites.md) — Offers a complete, registry-free portable web server suite that can be moved between drives without installation.
- [Automated Mapping](https://awesome-repositories.com/f/devops-infrastructure/configuration-management/server-and-site-configuration/virtual-host-definitions/automated-mapping.md) — Provides automated local domain name generation by syncing folder structures with server and system host configurations.
- [Single-Folder Deployments](https://awesome-repositories.com/f/devops-infrastructure/portable-application-deployments/single-folder-deployments.md) — Operates entirely from a single directory without registry writes or system-wide installation footprints. ([source](https://laragon.org/docs))
- [Portable Server Deployments](https://awesome-repositories.com/f/devops-infrastructure/portable-server-deployments.md) — Enables the transfer of the entire development setup across different computers without re-installation. ([source](https://laragon.org/docs/quick-share))
- [Self-Contained Execution](https://awesome-repositories.com/f/devops-infrastructure/self-contained-execution.md) — Manages software in a self-contained environment to allow rapid setup without affecting the host system. ([source](https://laragon.org/docs/disposable))

### Data & Databases

- [Multi-Engine Database Hosting](https://awesome-repositories.com/f/data-databases/multi-engine-database-hosting.md) — Hosts various relational and NoSQL database systems within a single self-contained environment. ([source](https://laragon.org/docs/powerful))

### Networking & Communication

- [Automatic Virtual Host Generation](https://awesome-repositories.com/f/networking-communication/ftp-clients/automatic-virtual-host-generation.md) — Automatically generates project-specific local URLs based on folder names within the document root. ([source](https://laragon.org/docs/pretty-urls))
- [Custom Domains](https://awesome-repositories.com/f/networking-communication/networking/custom-domains.md) — Manages system hosts files to enable custom, readable local domain names for development projects. ([source](https://laragon.org/docs/migrate-to-laragon))
- [Email Inspection Dashboards](https://awesome-repositories.com/f/networking-communication/email-administrative-interfaces/email-inspection-dashboards.md) — Provides a browser-based dashboard to search, view, and inspect the headers of captured local emails. ([source](https://laragon.org/docs/mailpit))
- [Local Server Tunnels](https://awesome-repositories.com/f/networking-communication/local-server-tunnels.md) — Creates temporary public URLs for local projects by routing external traffic through a secure tunnel.
- [Outgoing Mail Inspection](https://awesome-repositories.com/f/networking-communication/mail-servers/outgoing-mail-inspection.md) — Captures and analyzes outgoing email traffic in a local inbox for debugging without sending real mail. ([source](https://laragon.org/docs))
- [SMTP Message Interception](https://awesome-repositories.com/f/networking-communication/smtp-server-implementations/smtp-message-interception.md) — Captures and stores outgoing SMTP mail locally for inspection and debugging instead of delivering it.

### Programming Languages & Runtimes

- [Version Managers](https://awesome-repositories.com/f/programming-languages-runtimes/language-ecosystems-tooling/version-managers.md) — Manages and switches between different versions of runtime binaries without reinstalling core software. ([source](https://laragon.org/docs))
- [Multi-Language Runtime Support](https://awesome-repositories.com/f/programming-languages-runtimes/multi-language-runtime-support.md) — Supports the concurrent use of various language stacks to facilitate diverse application development. ([source](https://laragon.org/docs/powerful))

### Security & Cryptography

- [SSL Certificate Managers](https://awesome-repositories.com/f/security-cryptography/ssl-certificate-managers.md) — Automates the generation and installation of SSL certificates for local domains to enable HTTPS. ([source](https://laragon.org/docs))
- [Service Path Isolation](https://awesome-repositories.com/f/security-cryptography/identity-access-management/identity-management/user-management/user-profile-management/instance-isolation/service-path-isolation.md) — Maintains separate service orchestrations and paths across multiple instances to prevent software conflicts. ([source](https://laragon.org/docs/isolated))
- [Self-Hosted HTTPS Configurations](https://awesome-repositories.com/f/security-cryptography/reverse-proxy-security/self-hosted-https-configurations.md) — Automates the generation of SSL certificates and virtual host configuration to enable local HTTPS connections.
- [SSL Certificate Automation](https://awesome-repositories.com/f/security-cryptography/ssl-certificate-automation.md) — Automates the generation and installation of SSL certificates for local domains to enable HTTPS.

### System Administration & Monitoring

- [Service Controllers](https://awesome-repositories.com/f/system-administration-monitoring/service-controllers.md) — Features a unified control interface to start, stop, and manage web servers and databases. ([source](https://laragon.org/docs/context-menu))

### Content Management & Publishing

- [Automated CMS Installers](https://awesome-repositories.com/f/content-management-publishing/content-management-systems/cms-deployment-templates/automated-cms-installers.md) — Instantly launches functional content management sites by automating file downloads and database creation. ([source](https://laragon.org/docs/quick-start))

### Operating Systems & Systems Programming

- [Environment-Preloaded Terminals](https://awesome-repositories.com/f/operating-systems-systems-programming/terminal-command-line-environments/environment-preloaded-terminals.md) — Provides a command-line interface pre-loaded with the necessary environment variables and path settings for the stack. ([source](https://laragon.org/docs/context-menu))

### User Interface & Experience

- [System Tray Utilities](https://awesome-repositories.com/f/user-interface-experience/system-tray-utilities.md) — Provides quick access to development tools and services through a centralized system tray context menu. ([source](https://laragon.org/docs/modern))
