mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
6 lines
418 B
Plaintext
6 lines
418 B
Plaintext
* <fg=blue>Configure</> your application:
|
|
1. Enable sessions by uncommenting the entire session section in <comment>config/packages/framework.yaml</>
|
|
2. Secure your route by adding <comment>- { path: ^/admin, role: ROLE_ADMIN }</> in your security access_control section.
|
|
|
|
* <fg=blue>Read</> the documentation at <comment>https://github.com/michelsalib/BCCCronManagerBundle/blob/master/README.markdown</>
|