moved etc/ to config/ and web/ to public/

This commit is contained in:
Fabien Potencier
2017-07-03 15:36:01 +03:00
parent b19c3fd4c8
commit 11c3e5eac1
48 changed files with 23 additions and 23 deletions
@@ -3,7 +3,7 @@
"Algolia\\AlgoliaSearchBundle\\AlgoliaAlgoliaSearchBundle": ["all"] "Algolia\\AlgoliaSearchBundle\\AlgoliaAlgoliaSearchBundle": ["all"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/" "config/": "%CONFIG_DIR%/"
}, },
"env": { "env": {
"ALGOLIA_APP_ID": "...", "ALGOLIA_APP_ID": "...",
+1 -1
View File
@@ -3,6 +3,6 @@
"Debril\\RssAtomBundle\\DebrilRssAtomBundle": ["all"] "Debril\\RssAtomBundle\\DebrilRssAtomBundle": ["all"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/" "config/": "%CONFIG_DIR%/"
} }
} }
@@ -3,7 +3,7 @@
"Doctrine\\Bundle\\MongoDBBundle\\DoctrineMongoDBBundle": ["all"] "Doctrine\\Bundle\\MongoDBBundle\\DoctrineMongoDBBundle": ["all"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/", "config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/" "src/": "%SRC_DIR%/"
}, },
"env": { "env": {
+1 -1
View File
@@ -3,6 +3,6 @@
"Ivory\\CKEditorBundle\\IvoryCKEditorBundle": ["all"] "Ivory\\CKEditorBundle\\IvoryCKEditorBundle": ["all"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/" "config/": "%CONFIG_DIR%/"
} }
} }
+1 -1
View File
@@ -3,7 +3,7 @@
"Ekino\\Bundle\\NewRelicBundle\\NewRelicBundle": ["prod"] "Ekino\\Bundle\\NewRelicBundle\\NewRelicBundle": ["prod"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/" "config/": "%CONFIG_DIR%/"
}, },
"env": { "env": {
"#1": "Get the REST API key of your NewRelic Account on https://docs.newrelic.com/docs/apis/rest-api-v2/requirements/api-keys", "#1": "Get the REST API key of your NewRelic Account on https://docs.newrelic.com/docs/apis/rest-api-v2/requirements/api-keys",
+1 -1
View File
@@ -3,7 +3,7 @@
"Enqueue\\Bundle\\EnqueueBundle": ["all"] "Enqueue\\Bundle\\EnqueueBundle": ["all"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/" "config/": "%CONFIG_DIR%/"
}, },
"env": { "env": {
"ENQUEUE_DSN": "null://" "ENQUEUE_DSN": "null://"
@@ -3,6 +3,6 @@
"Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle": ["all"] "Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle": ["all"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/" "config/": "%CONFIG_DIR%/"
} }
} }
@@ -3,6 +3,6 @@
"FOS\\ElasticaBundle\\FOSElasticaBundle": ["all"] "FOS\\ElasticaBundle\\FOSElasticaBundle": ["all"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/" "config/": "%CONFIG_DIR%/"
} }
} }
@@ -3,6 +3,6 @@
"FOS\\JsRoutingBundle\\FOSJsRoutingBundle": ["all"] "FOS\\JsRoutingBundle\\FOSJsRoutingBundle": ["all"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/" "config/": "%CONFIG_DIR%/"
} }
} }
@@ -3,6 +3,6 @@
"FOS\\RestBundle\\FOSRestBundle": ["all"] "FOS\\RestBundle\\FOSRestBundle": ["all"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/" "config/": "%CONFIG_DIR%/"
} }
} }
+1 -1
View File
@@ -3,7 +3,7 @@
"Hautelook\\AliceBundle\\HautelookAliceBundle": ["dev", "test"] "Hautelook\\AliceBundle\\HautelookAliceBundle": ["dev", "test"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/", "config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/" "src/": "%SRC_DIR%/"
} }
} }
+1 -1
View File
@@ -3,6 +3,6 @@
"Liip\\ImagineBundle\\LiipImagineBundle": ["all"] "Liip\\ImagineBundle\\LiipImagineBundle": ["all"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/" "config/": "%CONFIG_DIR%/"
} }
} }
+1 -1
View File
@@ -1,6 +1,6 @@
<bg=blue;fg=white> Getting started using </><bg=blue;fg=white;options=bold>liip/imagine-bundle</><bg=blue;fg=white> </> <bg=blue;fg=white> Getting started using </><bg=blue;fg=white;options=bold>liip/imagine-bundle</><bg=blue;fg=white> </>
<fg=blue;options=bold>Configure</> <fg=blue>your transformations:</> <fg=blue;options=bold>Configure</> <fg=blue>your transformations:</>
1. You <options=bold>MUST</> verify and uncomment the configuration in <comment>%ETC_DIR%/packages/imagine.yaml</>. 1. You <options=bold>MUST</> verify and uncomment the configuration in <comment>%CONFIG_DIR%/packages/imagine.yaml</>.
2. You <options=bold>MAY</> configure your image transformation library (<comment>gmagick</>, <comment>imagick</>, or <comment>gd</> [default]). 2. You <options=bold>MAY</> configure your image transformation library (<comment>gmagick</>, <comment>imagick</>, or <comment>gd</> [default]).
3. You <options=bold>MAY</> define custom transformation definitions under the <comment>filter_sets</> option. 3. You <options=bold>MAY</> define custom transformation definitions under the <comment>filter_sets</> option.
+1 -1
View File
@@ -3,6 +3,6 @@
"Nelmio\\ApiDocBundle\\NelmioApiDocBundle": ["all"] "Nelmio\\ApiDocBundle\\NelmioApiDocBundle": ["all"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/" "config/": "%CONFIG_DIR%/"
} }
} }
@@ -3,7 +3,7 @@
"OldSound\\RabbitMqBundle\\OldSoundRabbitMqBundle": ["all"] "OldSound\\RabbitMqBundle\\OldSoundRabbitMqBundle": ["all"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/", "config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/" "src/": "%SRC_DIR%/"
}, },
"env": { "env": {
+1 -1
View File
@@ -3,6 +3,6 @@
"Http\\HttplugBundle\\HttplugBundle": ["all"] "Http\\HttplugBundle\\HttplugBundle": ["all"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/" "config/": "%CONFIG_DIR%/"
} }
} }
+1 -1
View File
@@ -3,7 +3,7 @@
"PommProject\\PommBundle\\PommBundle": ["all"] "PommProject\\PommBundle\\PommBundle": ["all"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/" "config/": "%CONFIG_DIR%/"
}, },
"env": { "env": {
"DATABASE_URL": "pgsql://user:pass@127.0.0.1:5432/my_db_name" "DATABASE_URL": "pgsql://user:pass@127.0.0.1:5432/my_db_name"
+1 -1
View File
@@ -3,7 +3,7 @@
"Snc\\RedisBundle\\SncRedisBundle": ["all"] "Snc\\RedisBundle\\SncRedisBundle": ["all"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/" "config/": "%CONFIG_DIR%/"
}, },
"env": { "env": {
"#1": "passwords that contain special characters (@, %, :, +) must be urlencoded", "#1": "passwords that contain special characters (@, %, :, +) must be urlencoded",
@@ -3,6 +3,6 @@
"Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle": ["all"] "Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle": ["all"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/" "config/": "%CONFIG_DIR%/"
} }
} }
@@ -3,7 +3,7 @@
"SunCat\\MobileDetectBundle\\MobileDetectBundle": ["all"] "SunCat\\MobileDetectBundle\\MobileDetectBundle": ["all"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/" "config/": "%CONFIG_DIR%/"
} }
} }
@@ -4,4 +4,4 @@ vich_uploader:
#mappings: #mappings:
# products: # products:
# uri_prefix: /images/products # uri_prefix: /images/products
# upload_destination: '%kernel.project_dir%/web/images/products' # upload_destination: '%kernel.project_dir%/public/images/products'
+1 -1
View File
@@ -3,6 +3,6 @@
"Vich\\UploaderBundle\\VichUploaderBundle": ["all"] "Vich\\UploaderBundle\\VichUploaderBundle": ["all"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/" "config/": "%CONFIG_DIR%/"
} }
} }
@@ -3,6 +3,6 @@
"WMC\\DoctrineNamingStrategyBundle\\WMCDoctrineNamingStrategyBundle": ["all"] "WMC\\DoctrineNamingStrategyBundle\\WMCDoctrineNamingStrategyBundle": ["all"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"etc/": "%ETC_DIR%/" "config/": "%CONFIG_DIR%/"
} }
} }