mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
moved etc/ to config/ and web/ to public/
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"Algolia\\AlgoliaSearchBundle\\AlgoliaAlgoliaSearchBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"ALGOLIA_APP_ID": "...",
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"Debril\\RssAtomBundle\\DebrilRssAtomBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"Doctrine\\Bundle\\MongoDBBundle\\DoctrineMongoDBBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/",
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"src/": "%SRC_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"Ivory\\CKEditorBundle\\IvoryCKEditorBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"Ekino\\Bundle\\NewRelicBundle\\NewRelicBundle": ["prod"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "Get the REST API key of your NewRelic Account on https://docs.newrelic.com/docs/apis/rest-api-v2/requirements/api-keys",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"Enqueue\\Bundle\\EnqueueBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"ENQUEUE_DSN": "null://"
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"FOS\\ElasticaBundle\\FOSElasticaBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"FOS\\JsRoutingBundle\\FOSJsRoutingBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"FOS\\RestBundle\\FOSRestBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"Hautelook\\AliceBundle\\HautelookAliceBundle": ["dev", "test"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/",
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"src/": "%SRC_DIR%/"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"Liip\\ImagineBundle\\LiipImagineBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<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:</>
|
||||
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]).
|
||||
3. You <options=bold>MAY</> define custom transformation definitions under the <comment>filter_sets</> option.
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"Nelmio\\ApiDocBundle\\NelmioApiDocBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"OldSound\\RabbitMqBundle\\OldSoundRabbitMqBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/",
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"src/": "%SRC_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"Http\\HttplugBundle\\HttplugBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"PommProject\\PommBundle\\PommBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"DATABASE_URL": "pgsql://user:pass@127.0.0.1:5432/my_db_name"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"Snc\\RedisBundle\\SncRedisBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "passwords that contain special characters (@, %, :, +) must be urlencoded",
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"SunCat\\MobileDetectBundle\\MobileDetectBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -4,4 +4,4 @@ vich_uploader:
|
||||
#mappings:
|
||||
# products:
|
||||
# uri_prefix: /images/products
|
||||
# upload_destination: '%kernel.project_dir%/web/images/products'
|
||||
# upload_destination: '%kernel.project_dir%/public/images/products'
|
||||
@@ -3,6 +3,6 @@
|
||||
"Vich\\UploaderBundle\\VichUploaderBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"WMC\\DoctrineNamingStrategyBundle\\WMCDoctrineNamingStrategyBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user