mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 09:06:27 +03:00
10 lines
611 B
Plaintext
10 lines
611 B
Plaintext
<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</>
|