Releases: leokhoa/laragon
Laragon 8.0.0
Laragon - The Dev Environment for Entrepreneurs v8.0 2025
If you've donated to Laragon, you're eligible for a discount equal to your donation amount. Simply email us at [email protected] with your donation details, and we'll send you a discount code.
Starting with this version, Laragon’s binaries and installer are code-signed, ensuring they’re secure and legit. Our goal is to give you a smooth, safe experience. #1038
Ref: How to upgrade to Laragon 8
We're excited to announce a new version of Laragon, packed with exciting new features and enhancements designed to improve your development experience!
What's new:
-
Significant engine improvements: Laragon now runs fully native on 64-bit, with major engine improvements for faster service start/stop and seamless performance.
-
High DPI Support: Laragon now fully supports High DPI displays, providing a crisp and clear user interface, even on 8K monitors.
-
Modern UI: Laragon 8 features a sleek, modern UI with all enabled services visible by default. Enabling HTTPS is effortless - just a single click in the UI
There is a License Type button on the top right menu, allow you to deactivate your license-key easier.
-
Mailpit: Laragon auto-configured Mailpit & PHP so you can send mail will PHP mail function and the email will be catched on Mailpit Web UI. Mailpit also include and integrated to the Dashboard & Laragon's Menu. You can click the email button to access Mailpit Web UI.
-
PHP Auto Update: Laragon automatically detects and adds the newest PHP version to your system. This allows you to try a new PHP version with the latest features, security updates, and bug fixes effortlessly.
Auto Update & Auto Backup can be toggled via Preferences:
-
cacert.pem Auto Update: An outdated cacert.pem may prevent Composer from working correctly, affecting package installations and updates. Laragon ensure cacert.pem is always up-to-date to keep your PHP environment remains compatible with newer CAs, and make your projects running smoothly.
-
Faster Quick-app & Quick-app: Experience significantly improved speed when using Quick-app and Quick-add.
-
[Quick-app]: Laragon now supports Laravel CLI, making it easier to create customizable Laravel starter kits. It automatically installs Laravel CLI, so you can start building without extra setup.
You can put this to your Quick-app's Configuration:
Laravel CLI=laravel new %s
Laravel Starterkit Vue=https://github.com/laravel/vue-starter-kit/archive/refs/tags/v1.0.2.zip
Laravel Starterkit React=https://github.com/laravel/react-starter-kit/archive/refs/tags/v1.0.1.zip
- MySQL improvements: By default, your MySQL password is empty. For security reasons, it's recommended to set a password. With Laragon 8, you can easily do this via: Menu > MySQL > Change root password. In case you forget, [Get root password] will provide you the password from Clipboard.
[Auto Backup] will automatically backup your MySQL databases. If you want to backup on-demand, just clik [Backup all databases]. [dir:backup] will open the backup folder.
- Bug Fixes and Stability Improvements: Many issues and bugs have been addressed to improve the overall performance and reliability of Laragon.
With this release, Laragon remains portable and powerful, now more than ever, it's the ultimate productivity-boosting dev environment for developers. We believe this update makes Laragon faster, more reliable, and a much more comfortable tool to use, especially for developers value time and automations.
Thank you for your continued support and feedback. We're committed to making Laragon the best development tool possible, and there's more to come!
Best wishes,
The Laragon Team
If your Quick-add's configuration is outdated, simply rename usr/packages.conf to usr/packages.conf.bak and restart Laragon. It will automatically fetch the latest version from GitHub
Laragon 7.0.6
Laragon - The Dev Environment for Entrepreneurs v7.0 2025
Note: Starting from this version, a license is required to use Laragon. This change allows me to prioritize support for users who contribute financially to the continued growth of Laragon.
New features:
- Auto backup: Laragon 2025 will auto backup data dir every 1 hour and keep 5 recent backups.
- Profile: Laragon 2025 introduces the Profile feature, allowing you to create multiple environments with different versions. You can easily add and switch between environments via Menu > Profile
Note: From Laragon 7.0.2, the default pretty URL is {name}.test.
- The default pretty URL will be {name}.localhost. This eliminates the need to modify the hosts file in Laragon, enhancing security. This simplifies multi-tenancy development by allowing multiple subdomains (e.g., tenant1.app.localhost, tenant2.app.localhost, tenant3.app.localhost,...) to route to the same application code of app.localhost, with each subdomain representing a different tenant.
- Enhanced Tool > Path > Add Laragon to Path: When you add Laragon to the Path (so you can call all service inside Laragon system-wide), it will automatically update the Path whenever a service version or profile is changed.
Update:
- Update PHP 8.3.14
- Update Node 22.12
- Update MySQL 8.4.3
- Update Apache 2.4.62
- Update Nginx 1.27.3
- Update Composer 2.8.4
- Update HeidiSQL 12.8
- Update Ngrok 3.8.14
- Update Python 3.13
- Update Git 2.47.1
Numerous bug fixes and improvements, enabling you to easily add new services to Laragon via Tools > Quick Add
usr\package.conf
# PHP
# https://windows.php.net/download/
# NTS = Non Thread Safe
*PHP-8.4=https://windows.php.net/downloads/releases/php-8.4.1-nts-Win32-vs17-x64.zip
*PHP-8.3=https://windows.php.net/downloads/releases/php-8.3.14-nts-Win32-vs16-x64.zip
*PHP-8.2=https://windows.php.net/downloads/releases/php-8.2.26-nts-Win32-vs16-x64.zip
*PHP-8.1=https://windows.php.net/downloads/releases/php-8.1.31-nts-Win32-vs16-x64.zip
---
# Node.js
# https://nodejs.org/en/download/prebuilt-binaries/current
node-23=https://nodejs.org/dist/v23.4.0/node-v23.4.0-win-x64.zip
node-22=https://nodejs.org/dist/v22.12.0/node-v22.12.0-win-x64.zip
---
# phpMyAdmin
# After download, visit -> http://localhost/phpmyadmin
phpmyadmin=https://files.phpmyadmin.net/phpMyAdmin/5.2.1/phpMyAdmin-5.2.1-all-languages.zip
# DB Tools
DBeaver=https://dbeaver.io/files/dbeaver-ce-latest-win32.win32.x86_64.zip
# Menu > Tools > DBeaver
---
# MySQL
# https://dev.mysql.com/downloads/mysql/
mysql-9.1=https://dev.mysql.com/get/Downloads/MySQL-9.1/mysql-9.1.0-winx64.zip
mysql-8.4=https://dev.mysql.com/get/Downloads/MySQL-8.4/mysql-8.4.3-winx64.zip
mysql-8.0=https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.40-winx64.zip
mysql-5.7=https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.39-winx64.zip
---
# PostgreSQL
# https://www.enterprisedb.com/download-postgresql-binaries
postgresql-17.2=https://sbp.enterprisedb.com/getfile.jsp?fileid=1259294
postgresql-16.6=https://sbp.enterprisedb.com/getfile.jsp?fileid=1259297
postgresql-15.10=https://sbp.enterprisedb.com/getfile.jsp?fileid=1259300
---
# MongoDB
# https://www.mongodb.com/try/download/community
#mongodb-8=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.4.zip
#mongodb-7=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.14.zip
---
# VS Code
code=https://go.microsoft.com/fwlink/?Linkid=850641
---
# Golang
# https://go.dev/dl/
golang-1.23=https://go.dev/dl/go1.23.4.windows-amd64.zip
# Pocketbase
# https://github.com/pocketbase/pocketbase/releases
pocketbase=https://github.com/pocketbase/pocketbase/releases/download/v0.23.7/pocketbase_0.23.7_windows_amd64.zip
Laragon 6.0.0
Laragon v6.0 fixes and new enhancements:
- Update PHP 8.1.10
- Update Apache 2.4.54
- Update Nginx 1.22.0
- Add Python 3.10
- Add Cron = cronical -
Menu > Tools > cron > cronical.dat
- Upgrade MySQL 8.0.30
- Upgrade Cmder 1.3.19.1181
- Upgrade Ngrok 3 and support managing Authtoken -
Menu > www > Share > Your Authtoken
- Upgrade Node 18.8
- Tools > Quick add: Add Dbeaver 22.2
- Tools > Quick add: Add PostgreSQL 14.5
- Tools > Quick add: Add Pocketbase
- Tools > Quick add: Add Golang 1.19
- Tools > Quick add: Add Yarn 1.22.19
- Update git 2.37.3
- Update composer 2.4.1
- Update HeidiSQL 12.1
- Update Redis 5.0.14.1
- Update Memcached 1.6.
- Improve Wordpress quick create: #305
You can check how to upgrade Laragon 6 here: https://forum.laragon.org/topic/2855/how-to-upgrade-laragon-6
If you find Laragon helpful, please star it or donate: https://laragon.org/donate
Laragon 5.0.0
It has been almost 2 years since the last update of Laragon. However, the core of Laragon is so powerful and stable that you can control/update everything yourself.
Today, I am happy to announce the release of Laragon 5.0. This release added "Quick Linux server" feature in Menu > Quick Linux server
- Released date: Sunday, 2021-05-23
- Added
Quick Linux server
- Added
bitmana
CLI - Better cmder integration, allows upgrading cmder from
cmder
creator, @daxgames - thank you. - Fixed some minor issues
- Updated default packages: PHP 7.4.19, Apache 2.4.47, Node.js 14
Laragon 4.0.15
Add Japanese Language
#99
Laragon 4.0.14
Set the default number of PHP processes to 2 in usr\laragon.ini
[nginx]
Upstream=2
Laragon 4.0.12
- Fixed download issue permanently: https://forum.laragon.org/topic/1320/sort-out-the-download-issue-with-curl-in-quick-app-and-quick-add
- Added
code
to PATH
Laragon 4.0.11
- Set default DownloadWaitTime to 10 seconds
https://forum.laragon.org/topic/1320/sort-out-the-download-issue-with-curl-in-quick-app-and-quick-add - Removed the minimized buton. #68
Laragon 4.0.10
Laragon 4.0.9
Merge pull request #56 from leokhoa/dev Add a fallback download method for "Quick app" and "Quick add"