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