Adding post install suggestions

This commit is contained in:
Samuel Chiriluta
2017-12-20 09:34:05 +02:00
committed by GitHub
parent 27bd47c46e
commit 06f642c597
+9 -1
View File
@@ -1 +1,9 @@
<fg=blue>BCC Cron Manager Bundle</> needs sessions enabled, please configure this by uncommenting this entire session section in <comment>config/packages/framework.yaml</>.
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next for BCC Cron Manager Bundle? </>
<bg=blue;fg=white> </>
* <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</>