Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
doctrine_migrations:
enable_service_migrations: false
migrations_paths:
# The namespace is arbitrary but should be different from App\Migrations
# as migrations classes should NOT be autoloaded unless enable_service_migrations is true
'DoctrineMigrations': '%kernel.project_dir%/migrations'
# If enable_service_migrations is set to true, migrations MUST be discoverable by the autoloader:
# 'App\Migrations': '%kernel.project_dir%/src/Migrations'
enable_profiler: false
10 changes: 10 additions & 0 deletions doctrine/doctrine-migrations-bundle/3.7/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"bundles": {
"Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"migrations/": "migrations/"
},
"aliases": ["doctrine-migrations", "migrations"]
}
Empty file.
Loading