mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
* Add fdekker/log-viewer-bundle bundle recipe * Update indentation to 4 spaces * Remove home_route default * Update post-install.txt * Update post-install.txt * Update version * Update post-install
7 lines
189 B
Plaintext
7 lines
189 B
Plaintext
*. Update <fg=green>config/security.yaml</> file, and add a section to the access_control:
|
|
<comment>
|
|
security:
|
|
access_control:
|
|
- { path: ^/log-viewer, roles: ROLE_ADMIN }
|
|
</>
|