1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 19:49:54 +02:00

[ticket/13740] Installer's install tasks and modules

[ci skip]

PHPBB3-13740
This commit is contained in:
MateBartus
2015-04-19 00:43:51 +02:00
committed by Mate Bartus
parent 11623dd671
commit 0b74e3b0de
38 changed files with 3983 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
services:
phpbb.installer.controller.welcome:
class: phpbb\install\controller\install_index
arguments:
- @phpbb.installer.controller.helper
- @language
- @template
- %core.root_path%
phpbb.installer.controller.helper:
class: phpbb\install\controller\helper
arguments:
- @language
- @language.helper.language_file
- @installer.navigation.provider
- @template
- @path_helper
- @symfony_request
- @router
- %core.root_path%
phpbb.installer.controller.install:
class: phpbb\install\controller\install
arguments:
- @phpbb.installer.controller.helper
- @installer.helper.iohandler_factory
- @template
- @request
- @installer.installer.install