add user and authenticator

This commit is contained in:
constantin
2024-11-14 16:48:07 +01:00
committed by Constantin Simonis
parent 1ec2ed1d00
commit 3d739af292
15 changed files with 2840 additions and 70 deletions

View File

@ -0,0 +1,6 @@
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