mirror of
https://github.com/symfony/recipes.git
synced 2026-09-19 02:56:23 +03:00
added missing files
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user