diff --git a/bcc/cron-manager-bundle/3.1/post-install.txt b/bcc/cron-manager-bundle/3.1/post-install.txt index d113c4d0..647d17f8 100644 --- a/bcc/cron-manager-bundle/3.1/post-install.txt +++ b/bcc/cron-manager-bundle/3.1/post-install.txt @@ -1 +1,9 @@ -BCC Cron Manager Bundle needs sessions enabled, please configure this by uncommenting this entire session section in config/packages/framework.yaml. + + What's next for BCC Cron Manager Bundle? + + + * Configure your application: + 1. Enable sessions by uncommenting the entire session section in config/packages/framework.yaml + 2. Secure your route by adding - { path: ^/admin, role: ROLE_ADMIN } in your security access_control section. + + * Read the documentation at https://github.com/michelsalib/BCCCronManagerBundle/blob/master/README.markdown