1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-03 13:23:06 +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,16 @@
services:
installer.filesystem.create_config:
class: phpbb\install\module\install_filesystem\task\create_config_file
arguments:
- @filesystem
- @installer.helper.config
- @installer.helper.database
- @installer.helper.iohandler
- %core.root_path%
- %core.php_ext%
installer.module.filesystem_install:
class: phpbb\install\module\install_filesystem\module
parent: installer.module_base
arguments:
- ["installer.filesystem.create_config"]