mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 13:24:41 +03:00
Override "home" route in the installer routes
This commit is contained in:
parent
4f49920526
commit
62b8b3ceff
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user