Override "home" route in the installer routes

This commit is contained in:
Dmitriy Simushev 2014-07-23 11:50:27 +00:00
parent 4f49920526
commit 62b8b3ceff

View File

@ -1,3 +1,10 @@
# Override the home route to allow users use <mibew root>/install.php path to
# the installer.
home:
path: /
defaults:
_controller: Mibew\Controller\InstallController::indexAction
install:
path: /install
defaults: