From 566be5ce9f4b829b701ec77f39001807fa08581f Mon Sep 17 00:00:00 2001 From: Leo Khoa Date: Thu, 13 Mar 2025 21:24:27 +0100 Subject: [PATCH] Update sites.conf --- usr/sites.conf | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/usr/sites.conf b/usr/sites.conf index 433577e4..023e6505 100644 --- a/usr/sites.conf +++ b/usr/sites.conf @@ -2,5 +2,32 @@ AutoCreateDatabase=true Cached=true +# Blank: an empty project +Blank= + # WordPress -WordPress=https://wordpress.org/latest.zip \ No newline at end of file +WordPress=https://wordpress.org/latest.tar.gz +------------------------------------------------------ + + + + + + +# Laravel + +Laravel=composer create-project laravel/laravel %s --prefer-dist +Laravel CLI=laravel new %s +# Laravel (zip)=PATH-TO-YOUR-ZIP +------------------------------------------------------ + + + + + + +# CakePHP +### CakePHP=composer create-project --prefer-dist cakephp/app %s + +# Symfony +Symfony=composer create-project symfony/website-skeleton %s