54b5227a0d
Started buildig the authorization infrastructure to 1. create the initial admin class to then 2. the Auth manager class can be created to manage access based on roles. added number of template files as well just as a UI base to get things started. Auth Framework Part 2 will complete the Auth mangager and clean up the admin area.
7 lines
268 B
YAML
7 lines
268 B
YAML
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
|