22 Commits
3.3.2 ... 4.0

Author SHA1 Message Date
Leo Khoa
1aa03437c3 Merge pull request #40 from leokhoa/dev
Add 'Quick add'
2018-11-14 16:59:58 +07:00
LeoKhoa
8005478606 Add 'Quick add' 2018-11-14 09:58:28 +00:00
Leo Khoa
f61448a25f Update packages.conf.manifest 2018-11-14 07:37:24 +00:00
Leo Khoa
fafe6078d7 Update packages.conf.manifest 2018-11-14 07:34:44 +00:00
Leo Khoa
1c71ff5942 Move packages.conf.manifest to bin/laragon 2018-11-14 06:41:35 +00:00
Leo Khoa
340c66e548 Move packages.conf.manifest to bin/laragon 2018-11-14 06:31:51 +00:00
Leo Khoa
47a6eac800 Update packages.conf.manifest 2018-11-08 17:25:20 +07:00
Leo Khoa
82e5b23133 Added php, apache, phpmyadmin, code, git 2018-11-08 16:31:56 +07:00
Leo Khoa
525c78e374 Added packages.conf.manifest 2018-11-08 13:15:30 +07:00
Leo Khoa
8e30993741 Merge pull request #33 from leokhoa/dev
Dev
2018-10-18 18:26:47 +07:00
LeoKhoa
d0b21490a1 Add 'Clone' feature 2018-10-18 11:25:12 +00:00
Leo
e296ce7018 Add 'Clone' feature' 2018-10-15 16:18:24 +07:00
Leo Khoa
3bf6db2b69 Merge pull request #23 from leokhoa/dev
Dev
2018-08-11 07:42:31 +00:00
Leo
b498b70fe5 Support CakePHP 2018-08-09 14:29:47 +07:00
Leo
2ce7449fb2 Update .env after creating 2018-08-09 13:52:00 +07:00
Leo
73e395d494 Support Symfony 4 2018-08-09 10:29:58 +07:00
Leo
f1584a65b4 Merge branch 'dev' of https://github.com/leokhoa/laragon into dev 2018-08-08 10:09:11 +07:00
Leo
c50520860e Support usr\bin\trigger-php.bat 2018-08-08 10:08:37 +07:00
Leo Khoa
c9d79e4e7b Merge pull request #19 from leokhoa/dev
Change Wordpress to WordPress
2018-08-01 13:17:26 +07:00
LeoKhoa
79a61f3486 Change Wordpress to WordPress 2018-08-01 06:16:19 +00:00
Leo Khoa
aef8bfa9d4 Merge pull request #18 from leokhoa/dev
Make creating Wordpress site quicker
2018-07-31 18:25:00 +07:00
Leo
4777e275f9 Make creating Wordpress site quicker 2018-07-31 18:15:30 +07:00
5 changed files with 70 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
--------------------------------------------------------
version: 3.3
version: 3.5
author: leokhoa - leokhoa at gmail.com - https://laragon.org
date: 20180725
date: 20181016
--------------------------------------------------------
# Main Interface
100 = Start All
@@ -285,3 +285,8 @@ date: 20180725
165 = How to add Xdebug to Laragon
166 = WildcardDNS
167 = What is it?
# Version 3.5
920 = Clone
921 = Select a project to clone
922 = Cloned database!

View File

@@ -0,0 +1,52 @@
# PHP
php=https://windows.php.net/downloads/releases/php-7.2.12-Win32-VC15-x64.zip
# Apache
apache=https://home.apache.org/~steffenal/VC14/binaries/httpd-2.4.37-win64-VC14.zip
# phpMyAdmin
*phpmyadmin=https://files.phpmyadmin.net/phpMyAdmin/4.8.3/phpMyAdmin-4.8.3-english.zip
# MariaDB
# 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
# mysql-8.0=https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.13-winx64.zip
mysql-5.7=https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.24-winx64.zip
*git=https://github.com/git-for-windows/git/releases/download/v2.19.1.windows.1/Git-2.19.1-64-bit.tar.bz2
------------------------------------------------------
# Node.js
#*node-11=https://nodejs.org/dist/v11.1.0/node-v11.1.0-win-x64.zip
*node-10=https://nodejs.org/dist/v10.13.0/node-v10.13.0-win-x64.zip
*yarn=https://github.com/yarnpkg/yarn/releases/download/v1.12.3/yarn-v1.12.3.tar.gz
# MongoDB https://www.mongodb.com/download-center/community
mongodb-4=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.3.zip
# Robomongo
robomongo=https://download.robomongo.org/1.2.1/windows/robo3t-1.2.1-windows-x86_64-3e50a65.zip
# VS Code
*code=https://go.microsoft.com/fwlink/?Linkid=850641
------------------------------------------------------
# Python
python-3.6=https://github.com/leokhoa/laragon/releases/download/portable/python-3.6.1.zip
# Sublime Text
sublime=https://download.sublimetext.com/Sublime%20Text%20Build%203176%20x64.zip
# PostgreSQL
postgresql-11=https://get.enterprisedb.com/postgresql/postgresql-11.0-1-windows-x64-binaries.zip
# postgresql-10=https://get.enterprisedb.com/postgresql/postgresql-10.5-1-windows-x64-binaries.zip
------------------------------------------------------
#Go
go-1.11=https://dl.google.com/go/go1.11.1.windows-amd64.zip
liteide=https://github.com/visualfc/liteide/releases/download/x35.1/liteidex35.1.windows-qt5.9.5.zip
------------------------------------------------------
ruby=https://dl.bintray.com/oneclick/rubyinstaller/ruby-2.3.3-x64-mingw32.7z
devkit=https://github.com/leokhoa/laragon/releases/download/portable/devkit.7z
------------------------------------------------------
java=https://github.com/leokhoa/laragon/releases/download/portable/jdk-8u131-windows-x64.7z
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
eclipse=http://cdn.yatta.de/eclipse-mirror/technology/epp/downloads/release/2018-09/R/eclipse-committers-2018-09-win32-x86_64.zip

View File

@@ -5,20 +5,20 @@ Cached=true
# Blank: an empty project
Blank=
# Wordpress
Wordpress=https://wordpress.org/latest.tar.gz
# WordPress
WordPress=https://wordpress.org/latest.tar.gz
# Joomla
Joomla=https://github.com/joomla/joomla-cms/releases/download/3.8.2/Joomla_3.8.2-Stable-Full_Package.tar.gz
Joomla=https://github.com/joomla/joomla-cms/releases/download/3.8.11/Joomla_3.8.11-Stable-Full_Package.tar.gz
# Prestashop
Prestashop=https://github.com/PrestaShop/PrestaShop/releases/download/1.7.2.4/prestashop_1.7.2.4.zip
Prestashop=https://github.com/PrestaShop/PrestaShop/releases/download/1.7.4.2/prestashop_1.7.4.2.zip
------------------------------------------------------
# Drupal
Drupal 8=https://ftp.drupal.org/files/projects/drupal-8.4.3.tar.gz
### Drupal 7=https://ftp.drupal.org/files/projects/drupal-7.43.tar.gz
Drupal 8=https://ftp.drupal.org/files/projects/drupal-8.5.5.tar.gz
### Drupal 7=https://ftp.drupal.org/files/projects/drupal-7.59.tar.gz
------------------------------------------------------
@@ -26,7 +26,7 @@ Drupal 8=https://ftp.drupal.org/files/projects/drupal-8.4.3.tar.gz
Laravel=composer create-project laravel/laravel %s --prefer-dist
Laravel 7z=https://github.com/leokhoa/quick-create-laravel/releases/download/5.5/laravel-5.5.7z
Laravel 7z=https://github.com/leokhoa/quick-create-laravel/releases/download/5.6.21/laravel-5.6.21.7z
### Laravel dev-develop=composer create-project laravel/laravel %s dev-develop
### Laravel 4=composer create-project laravel/laravel %s 4.2 --prefer-dist

Binary file not shown.

View File

@@ -2,5 +2,5 @@
AutoCreateDatabase=true
Cached=true
# Wordpress
Wordpress=https://wordpress.org/latest.zip
# WordPress
WordPress=https://wordpress.org/latest.zip