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.
2 parents b8de89f + 9d03797 commit e05d202Copy full SHA for e05d202
Resources/doc/index.rst
@@ -45,7 +45,7 @@ application:
45
doctrine_migrations:
46
# List of namespace/path pairs to search for migrations, at least one required
47
migrations_paths:
48
- 'App\Migrations': 'src/App'
+ 'App\Migrations': '%kernel.project_dir%/src/App'
49
'AnotherApp\Migrations': '/path/to/other/migrations'
50
'SomeBundle\Migrations': '@SomeBundle/Migrations'
51
0 commit comments