mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
create symfony login form using 2.6 version
This commit is contained in:
parent
a8a7bb1539
commit
09bb021a3b
@ -22,3 +22,7 @@ chill_main_admin_central:
|
|||||||
main:
|
main:
|
||||||
order: 20
|
order: 20
|
||||||
label: homepage
|
label: homepage
|
||||||
|
|
||||||
|
login:
|
||||||
|
path: /login
|
||||||
|
defaults: { _controller: ChillMainBundle:Login:login }
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
#must be set in function to avoid circular reference with chill.main.twig.chill_menu
|
#must be set in function to avoid circular reference with chill.main.twig.chill_menu
|
||||||
calls:
|
calls:
|
||||||
- [setContainer, ["@service_container"]]
|
- [setContainer, ["@service_container"]]
|
||||||
|
|
||||||
chill.main.twig.chill_menu:
|
chill.main.twig.chill_menu:
|
||||||
class: Chill\MainBundle\Routing\MenuTwig
|
class: Chill\MainBundle\Routing\MenuTwig
|
||||||
arguments:
|
arguments:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user