34 lines
543 B
Plaintext
34 lines
543 B
Plaintext
# Options
|
|
AutoCreateDatabase=true
|
|
Cached=true
|
|
|
|
# Blank: an empty project
|
|
Blank=
|
|
|
|
# WordPress
|
|
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
|