Skip to content
Snippets Groups Projects
Select Git revision
  • 8646cf5cf8f45784ccab55c19eb8e2721243eb9a
  • main default protected
  • br1
3 results

doctrine_migrations.yaml

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    doctrine_migrations.yaml 268 B
    doctrine_migrations:
        migrations_paths:
            # namespace is arbitrary but should be different from App\Migrations
            # as migrations classes should NOT be autoloaded
            'DoctrineMigrations': '%kernel.project_dir%/migrations'
        enable_profiler: false