Laragon Portable Packages Configuration File Kit
The following is a quick share for those of you that may want a quick fix for your Laragon packages.conf file.
Copy and Paste the "Code Blocks" into your new packages.conf file.
Then, once done, you need to point to the required <packages> in the sites.conf file to be able to use them via the Quick App menu.
### Laragon Portable Packages Configuration File Kit
# This is a template Config file for a fully portable option for Laragon. For those times you are upon a mountain
# somewhere and need your fix ;-) But you have to download all the packages beforehand, of course.
# The links are included in each section.
# Copy it into your Laragon Root folder and replace the initially installed file
# called "packages.conf" in the folder: C:\Laragon\usr\<packages.conf>
# Let's work from a local folder where the latest Required packages are stored:
# In this case I have saved the LATEST-available packages on my local machine here:
# Directory: C:\Laragon\Packages\<package.that.you.want>
If you don't want to use it as a portable option, you can simply replace the relevant Local <package.file> link with the link to the original repository:
Original link
PHP8.1.X-TS = C:\Laragon\Packages\php-8.1.5-Win32-vs16-x64.zip # Update April 2022
New link
PHP8.1.X-TS = https://windows.php.net/downloads/releases/php-8.1.5-nts-Win32-vs16-x64.zip # Update April 2022
--------------------------------------------------------------------------------------------------------------------
### NOTE: There are some packages that I don't use and they are not installed in my Portable Laragon Repo.
# You can add all the packages you feel you might need by using this template as an example.
--------------------------------------------------------------------------------------------------------------------
# PHP
# Latest versions: https://windows.php.net/download
# Leo's original version:
# php=https://github.com/leokhoa/laragon-packages/releases/download/4.0.9/php-7.3.2-Win32-VC15-x64.zip
# PHP 7.4.x + PHP 8.0.x + PHP 8.1.x
# TS and NTS
# TS refers to multithread capable builds. NTS refers to single thread only builds.
# The use case for TS binaries involves
# interaction with a multithreaded SAPI and PHP loaded as a module into a web server. For NTS binaries the widespread
# use case is interaction with a web server through the FastCGI protocol, utilizing no multithreading
# (but also for example CLI).
# VS16 x64 Thread Safe (2022-Mar-16 10:09:14) + VC15 x64 Thread Safe (2022-Feb-24 17:53:12)
PHP7.4.X-TS = C:\Laragon\Packages\php-7.4.29-Win32-vc15-x64.zip # Update April 2022
PHP8.0.X-TS = C:\Laragon\Packages\php-8.0.18-Win32-vs16-x64.zip # Update April 2022
PHP8.1.X-TS = C:\Laragon\Packages\php-8.1.5-Win32-vs16-x64.zip # Update April 2022
# VS16 x64 Non Thread Safe (2022-Mar-16 10:02:56) + VC15 x64 Non Thread Safe (2022-Feb-24 17:53:12)
PHP7.4.X-NTS = C:\Laragon\Packages\php-7.4.29-nts-Win32-vc15-x64.zip # Update April 2022
PHP8.0.X-NTS = C:\Laragon\Packages\php-8.0.18-nts-Win32-vs16-x64.zip # Update April 2022
PHP8.1.X-NTS = C:\Laragon\Packages\php-8.1.5-nts-Win32-vs16-x64.zip # Update April 2022
--------------------------------------------------------------------------------------------------------------------
# NGiNX
# Latest version: https://nginx.org/en/download.html
# Stable Version
NGiNX = C:\Laragon\Packages\nginx-1.20.2.zip # Update March 2022
# Mainline version
NGiNX_ML = C:\Laragon\Packages\nginx-1.21.6.zip # Update March 2022
--------------------------------------------------------------------------------------------------------------------
# Apache 2
# Older insecure log4j file *apache=https://home.apache.org/~steffenal/VC14/binaries/httpd-2.4.37-win64-VC14.zip
# Note the Apache binary files could be moved at any time. For a stable installation setup, try to point to a more
# stable repository location or create your own stable repository.
# Currently using the Apache Lounge server as source location and stored in a local repo.
# Latest version: https://www.apachelounge.com/download/VS16/binaries/
# Alternative source: https://de.apachehaus.com/downloads/
Apache2.4 = C:\Laragon\Packages\httpd-2.4.53-o111n-x86-vs17.zip # Update March 2022
--------------------------------------------------------------------------------------------------------------------
# MariaDB
# Latest version: https://mariadb.org/download/
# mariadb10.3=https://downloads.mariadb.org/f/mariadb-10.3.10/winx64-packages/mariadb-10.3.10-winx64.zip/from/http%3A//sgp1.mirrors.digitalocean.com/mariadb/?serve
MariaDB-10.6 = C:\Laragon\Packages\mariadb-10.6.7-winx64.zip # Update March 2022
--------------------------------------------------------------------------------------------------------------------
# MySQL
# Latest version:
MySQL-8.0 = C:\Laragon\Packages\mysql-8.0.28-winx64.zip # Update March 2022
MySQL-5.7 = C:\Laragon\Packages\mysql-5.7.35-winx64.zip # Update March 2022
--------------------------------------------------------------------------------------------------------------------
# PostgreSQL
# Latest version:
PostgreSQL-14 = C:\Laragon\Packages\postgresql-14.2-1-windows-x64-binaries.zip # Update March 2022
# postgresql-10=https://get.enterprisedb.com/postgresql/postgresql-14.2-1-windows-x64-binaries.zip
--------------------------------------------------------------------------------------------------------------------
# MongoDB
# Latest version: https://www.mongodb.com/download-center/community
MongoDB-5 = https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.6.zip
# Robomongo is now Studio 3T
# RoboMongo = https://download.robomongo.org/1.2.1/windows/robo3t-1.2.1-windows-x86_64-3e50a65.zip # Fails
# Update March 2022
Studio-3T = https://studio3t.com/download-thank-you/?OS=win64 # Downloads the studio-3t-x64.zip file for Windows.
--------------------------------------------------------------------------------------------------------------------
# Heidi SQL
HeidiSQL-11 = C:\Laragon\Packages\HeidiSQL_11.3_64_Portable.zip # Update March 2022
--------------------------------------------------------------------------------------------------------------------
# phpMyAdmin
# Latest version: https://www.phpmyadmin.net/downloads/
# Archived versions: https://www.phpmyadmin.net/files/
#!!*phpmyadmin=https://files.phpmyadmin.net/phpMyAdmin/4.8.5/phpMyAdmin-4.8.5-english.zip # Older version.
*phpMyAdmin = C:\Laragon\Packages\phpMyAdmin-5.1.3-all-languages.zip # Update March 2022
--------------------------------------------------------------------------------------------------------------------
# Git
# Latest version: https://git-scm.com/downloads
# 11*git=https://github.com/leokhoa/laragon-packages/releases/download/4.0/git-2.19.2.zip
# Portable Version: https://github.com/git-for-windows/git/releases/download/v2.36.0.windows.1/PortableGit-2.36.0-64-bit.7z.exe
Git = C:\Laragon\Packages\PortableGit-2.36.0-64-bit.7z.exe # Update April 2022
--------------------------------------------------------------------------------------------------------------------
# Node.JS
# Latest version:
*NodeJS-16 = C:\Laragon\Packages\node-v16.14.2-win-x64.zip # Update March 2022
#!!*node-11=https://nodejs.org/dist/v11.10.0/node-v11.10.0-win-x64.zip # Older version.
#!!*node-10=https://nodejs.org/dist/v10.15.1/node-v10.15.1-win-x64.zip # Older version.
# The Yarn package might not be available anymore or may be outdated. Simply use NPM to install the latest Yarn package
if needed.
--------------------------------------------------------------------------------------------------------------------
# Yarn # Update March 2022
# Install via npm It is recommended to install Yarn through the npm package manager, which comes bundled with Node.js
when you install it on your system.
# Once you have npm installed you can run the following both to install and upgrade Yarn: npm install --global yarn
# Refer to the following link: https://yarnpkg.com/getting-started/migration#why-should-you-migrate
# Corepack is included by default with all Node.js installs but is currently opt-in. To enable it, run the following
command: corepack enable
# Older versions of Yarn.
# *Yarn=https://github.com/yarnpkg/yarn/releases/download/v1.14.0/yarn-v1.14.0.tar.gz >>> This is not avaialable anymore.
--------------------------------------------------------------------------------------------------------------------
# Laravel 9.1.2 release Download link:
# Latest version: https://sourceforge.net/projects/laravel.mirror/files/
# https://downloads.sourceforge.net/project/laravel.mirror/v9.1.2/v9.1.2.zip?ts=gAAAAABiPVDk9nYPbytmyrcCgxxAXeLrnwHHxzfBFM2YCBtqsO3TPFkhGt7E3QHej28H-D5EcCocINWYrNo_Xr0omHAAx7fAKw%3D%3D&r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Flaravel.mirror%2Ffiles%2Fv9.1.2%2Fv9.1.2.zip%2Fdownload
Laravel-9 = C:\Laragon\Packages\laravel-v9.1.2.zip # Update March 2022
--------------------------------------------------------------------------------------------------------------------
# VS Code IDE # Update March 2022
*VSCodeIDE = https://go.microsoft.com/fwlink/?Linkid=850641 # Latest Version
--------------------------------------------------------------------------------------------------------------------
# Lite IDE # Update March 2022
# Latest version: https://github.com/visualfc/liteide/
# Also see: http://liteide.org/en/ (Non-secure site)
LiteIDE = https://github.com/visualfc/liteide/releases/download/x37.4/liteidex37.4.win64-qt5.14.2.zip
--------------------------------------------------------------------------------------------------------------------
# Eclipse IDE # Update March 2022
# Latest Eclipse IDE is available here: https://www.eclipse.org/downloads/
# Or alternatively:
EclipseIDE = https://www.genuitec.com/products/myeclipse/download/get/?2191 # Downloads the Windows myeclipse-2022.1.
0-offline-installer-windows.exe.
# This Eclipse source does not exist anymore
# Eclipse = http://cdn.yatta.de/eclipse-mirror/technology/epp/downloads/release/2018-09/R/
eclipse-committers-2018-09-win32-x86_64.zip
--------------------------------------------------------------------------------------------------------------------
# Sublime Text # Update March 2022
# Latest version: https://www.sublimetext.com/3
# Sublime Text = https://download.sublimetext.com/Sublime%20Text%20Build%203176%20x64.zip # Older version
# Latest Portable version: https://download.sublimetext.com/Sublime%20Text%20Build%203211%20x64.zip
SublimeTextIDE = https://download.sublimetext.com/Sublime%20Text%20Build%203211%20x64.zip
--------------------------------------------------------------------------------------------------------------------
# MSyS Dev Kit # Update March 2022
# Latest version: https://repo.msys2.org/distrib/x86_64/
MSys2-DevKit = https://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20220319.sfx.exe
--------------------------------------------------------------------------------------------------------------------
# Python # Update March 2022
# Latest version: https://www.python.org/downloads/windows/
Python-3.10 = C:\Laragon\Packages\python-3.10.4-amd64.exe.zip
--------------------------------------------------------------------------------------------------------------------
#Go # Update March 2022
# Latest version: https://go.dev/dl/
Go-1.12 = https://go.dev/dl/go1.18.windows-amd64.zip
--------------------------------------------------------------------------------------------------------------------
# Ruby
# MSYS2 based RubyInstaller for Windows
# Latest version: https://github.com/oneclick/rubyinstaller2/releases/tag/RubyInstaller-3.1.2-1
# Update April 2022
Ruby-3 = https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.2-1/rubyinstaller-3.1.2-1-x64.7z
Ruby-DevKit = https://github.com/leokhoa/laragon/releases/download/portable/devkit.7z
--------------------------------------------------------------------------------------------------------------------
# Java .NET OpenSource JDK
# LatestThe Java.NET OpenSource JDK has closed down. Refer to the link below for alternative options
# Latest version: https://www.oracle.com/splash/java.net/maintenance/index.html
# Update ???
Java-18 = https://download.java.net/java/GA/jdk18/43f95e8614114aeaa8e8a5fcf20a682d/36/GPL/openjdk-18_windows-x64_bin.zip
--------------------------------------------------------------------------------------------------------------------
# Java Spring Framework
# Latest version: https://download.springsource.com/release/STS/
#sts=https://download.springsource.com/release/STS/3.9.6.RELEASE/dist/e4.9/spring-tool-suite-3.9.6.RELEASE-e4.9.0-win32-x86_64.zip
--------------------------------------------------------------------------------------------------------------------