Skip to content

Commit 922341d

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #650
2 parents 8233684 + fc08378 commit 922341d

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
configuration_converter:
2+
api_platform_default_export_dir: '%kernel.project_dir%/config/packages/api-platform/' #(default)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"ConfigurationConverter\\ConfigurationConverterBundle": ["dev"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
}
8+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<bg=blue;fg=white> </>
2+
<bg=blue;fg=white> Configuration Converter </>
3+
<bg=blue;fg=white> </>
4+
5+
* Edit the <fg=green>config/packages/configuration_converter.yaml</> file to configure your own settings.
6+
7+
* Run <fg=green>bin/console configuration:convert</> to convert your configuration.
8+
9+
Documentation: https://github.com/GregoireHebert/configuration-converter-bundle

0 commit comments

Comments
 (0)