wip: integrate with easy admin bundle

This commit is contained in:
Björn Fromme
2026-01-10 11:35:16 +01:00
parent ace251c1dd
commit 6fca40963d
15 changed files with 478 additions and 3 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ security:
# Note: Only the *first* access control that matches will be used
access_control:
- { path: ^/authorize, roles: IS_AUTHENTICATED_REMEMBERED, requires_channel: https }
- { path: '^/', roles: PUBLIC_ACCESS, requires_channel: https }
- { path: ^/admin, roles: ROLE_ADMIN, requires_channel: https }
- { path: ^/, roles: PUBLIC_ACCESS, requires_channel: https }
when@test:
security:
+5
View File
@@ -0,0 +1,5 @@
twig_component:
anonymous_template_directory: 'components/'
defaults:
# Namespace & directory for components
App\Twig\Components\: 'components/'