Files
archived-recipes-contrib/bcc/cron-manager-bundle/3.1/post-install.txt
2021-08-30 13:06:45 +02:00

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</>