added missing files

This commit is contained in:
Fabien Potencier
2017-03-10 21:50:51 -08:00
parent 2bbe0a5e5f
commit 5411f52732
4 changed files with 18 additions and 1 deletions
@@ -0,0 +1,3 @@
# This file is a "template" of which env vars needs to be defined in your configuration or in an .env file
# Set variables here that may be different on each deployment target of the app, e.g. development, staging, production.
# http://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
@@ -0,0 +1,5 @@
# Put parameters here that don't need to change on each machine where the app is deployed
# http://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
parameters:
services:
@@ -0,0 +1,8 @@
#index:
# path: /
# defaults: { _controller: "App\\Controller\\SomeController::index" }
# if annotations are enabled
#controllers:
# resource: src/Controller/
# type: annotation
@@ -5,7 +5,8 @@
"copy-from-recipe": {
"etc/": "%ETC_DIR%/",
"src/": "%SRC_DIR%/",
"web/": "%WEB_DIR%/"
"web/": "%WEB_DIR%/",
".env.dist": ".env.dist"
},
"composer-scripts": {
"cache:clear --no-warmup": "symfony-cmd",