We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4adcaf9 commit 0df6eabCopy full SHA for 0df6eab
1 file changed
docs/book/v5/introduction/file-structure.md
@@ -39,8 +39,8 @@ This directory contains all application-related config files:
39
* `cli-config.php`: command line interface configuration used by migrations, fixtures, crons
40
* `config.php`: registers ConfigProviders for installing packages
41
* `container.php`: main service container that provides access to all registered services
42
-* `development.config.php.dist`: activates debug mode; gets symlinked as `development.config.php` when enabling development mode
43
-* `migrations.php`: configuration for database migration, like migration file location and table to save the migration log
+* `development.config.php.dist`: activates debug mode; gets symlinked as `development.config.php` when enabling development mode
+* `migrations.php`: configuration for database migration, like migration file location and table to save the migration log
44
* `pipeline.php`: contains a list of middlewares, in the order of their execution
45
* `twig-cs-fixer.php`: configuration file for Twig code style checker/fixer
46
0 commit comments