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:
@@ -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
|
Reference in New Issue
Block a user