An open API service indexing awesome lists of open source software.

https://github.com/ian7672/laragon-portable

Laragon portable for free
https://github.com/ian7672/laragon-portable

app free laragon portable software windows

Last synced: 15 days ago
JSON representation

Laragon portable for free

Awesome Lists containing this project

README

          

# Laragon Windows Portable 6.0.0 โ€“ Stable Version

**A complete, portable web development environment for Windows**
๐Ÿš€ Zero installation | ๐Ÿ”’ Password-protected | โšก Optimized performance

---

## ๐ŸŒŸ Key Features

- **100% Portable**
Run directly from USB or any folder โ€“ no system modifications required.
- **Pre-configured Stack**
Apache, MySQL, PHP, Git, Composer, and cURL ready-to-use.
- **Auto Virtual Hosts**
Instant `*.test` domains for local development.

---

## ๐Ÿ“ฆ Included Components

| Component | Version | Details |
|-----------------|-----------------------|--------------------------------------|
| ๐Ÿ˜ PHP | 8.3.16 (ZTS) | VC++ 2019, OPcache enabled |
| ๐Ÿฌ MySQL | 8.4.3 | Community Edition (GPL) |
| ๐Ÿณ Apache | 2.4.62 | Win64, OpenSSL 3.0 |
| ๐Ÿงฌ Composer | 2.4.1 | Global binary included |
| ๐Ÿ”„ cURL | 8.12.1 | LibreSSL + zstd support |
| ๐Ÿงช Git | 2.48.1 | Windows-native build |

---

## ๐Ÿš€ Getting Started

1. Extract the `.7z` archive of Laragon.
2. Run the executable file: **`LARAGON-INSTALL.exe`**
3. When prompted, enter the following password:

**Password:** `ian7672`

4. After installation completes, run `laragon.exe`.
5. Laragon will auto-start and configure services (Apache, MySQL, etc).
6. Start building your local PHP apps right away.

---

## ๐Ÿ› ๏ธ Features

- Portable โ€“ No installation or system changes needed.
- Optimized for performance on Windows.
- Pre-configured Virtual Hosts and SSL.
- Integrated terminal, quick app installer, and more.

---

### System Requirements
- Microsoft Visual C++ Redistributable
- .NET Framework 4.8

---

## โšก Quick Commands

Use these in Laragon's terminal:
```bash
larg.exe start # Start all services
larg.exe stop # Stop all services
larg.exe status # Check service status
```

---

## ๐Ÿ› ๏ธ Advanced Features

- **SSL Ready**
Pre-configured HTTPS for `*.test` domains.
- **Database Management**
Includes Adminer for MySQL GUI access.

---

## ๐Ÿ” Environment Verification

Verify installed components:
### PHP
```bash
php -v
# Expected: PHP 8.3.16 (ZTS Visual C++ 2019 x64)
```

### MySQL
```bash
mysql --version
# Expected: mysql Ver 8.4.3 for Win64
```

### Apache
```bash
httpd -v
# Expected: Apache/2.4.62 (Win64)
```

---

## ๐Ÿ”— Resources

- [๐Ÿ“š Official Documentation](https://laragon.org/docs)
- [๐Ÿ™ GitHub Releases](https://github.com/Ian7672/laragon-portable/releases)
- [๐Ÿ”„ PHP 8.3 Changes](https://www.php.net/releases/8.3/en.php)
- [โ— Troubleshooting Guide](https://laragon.org/docs/troubleshooting.html)

---

## ๐Ÿ“œ License
This portable edition is shared under the original Laragon license terms.
MySQL remains licensed under GPL.

**ยฉ 2025 Ian7672** | All-in-One Portable Dev Environment for Windows