We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31f8366 + 4708c94 commit 0ef2894Copy full SHA for 0ef2894
symfony/security-bundle/3.3/config/packages/security.yaml
@@ -16,3 +16,9 @@ security:
16
17
# form_login: ~
18
# https://symfony.com/doc/current/security/form_login_setup.html
19
+
20
+ # Easy way to control access for large sections of your site
21
+ # Note: Only the *first* access control that matches will be used
22
+ access_control:
23
+ # - { path: ^/admin, roles: ROLE_ADMIN }
24
+ # - { path: ^/profile, roles: ROLE_USER }
0 commit comments