doctrine_migrations.yaml (279B) download
1doctrine_migrations:
2 migrations_paths:
3 # namespace is arbitrary but should be different from App\Migrations
4 # as migrations classes should NOT be autoloaded
5 'DoctrineMigrations': '%kernel.project_dir%/migrations'
6 enable_profiler: '%kernel.debug%'