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
- Host: GitHub
- URL: https://github.com/ian7672/laragon-portable
- Owner: Ian7672
- License: apache-2.0
- Created: 2025-02-27T06:29:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-18T07:58:35.000Z (about 1 year ago)
- Last Synced: 2025-09-12T23:54:15.580Z (10 months ago)
- Topics: app, free, laragon, portable, software, windows
- Homepage: https://laragon.org/download/
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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