Manage locale in URL
parent
a9ad001ebc
commit
d4fb881087
@ -1,5 +1,10 @@
|
|||||||
|
core_root_redirect:
|
||||||
|
path: /
|
||||||
|
controller: App\Controller\CoreController::root_redirect
|
||||||
|
|
||||||
controllers:
|
controllers:
|
||||||
resource:
|
resource:
|
||||||
path: ../src/Controller/
|
path: ../src/Controller/
|
||||||
namespace: App\Controller
|
namespace: App\Controller
|
||||||
type: attribute
|
type: attribute
|
||||||
|
prefix: /{_locale<%locale.all%>}
|
Loading…
Reference in New Issue