Questions tagged [symfony3.x]

the Symfony 3.x specific tag. Use it in addition to the symfony3 tag if your question is specific to any version of Symfony 3.

174 questions
1
vote
0 answers

Access deny all controllers except few. Symfony 3

How to deny access to all controllers except some? I have roles: ROLE_SUPER_ADMIN, ROLE_ADMIN, ROLE_MANAGER. If I use annotations, then everything is fine. The index method is available to the manager, the ROLE_MANAGER in the method overrides the…
1
vote
1 answer

ServiceNotFoundException: dependency on a non-existent service "twig"

I have this error: The service "fos_ck_editor.renderer" has a dependency on a non-existent service "twig". My framework config in app/config/config.yml: framework: #esi: ~ #translator: { fallbacks: ['%locale%'] } secret: '%secret%' …
maria d.xx
  • 11
  • 1
1
vote
0 answers

Default value in dropdown