phpvms/modules/Installer/Config/config.php

29 lines
510 B
PHP
Raw Normal View History

2017-12-14 12:28:58 +08:00
<?php
return [
'php' => [
'version' => '7.1.3'
],
'extensions' => [
'openssl',
'pdo',
'mbstring',
'tokenizer',
'JSON',
'cURL',
],
# Make sure these are writable
'permissions' => [
'bootstrap/cache',
'storage',
'storage/app/public',
'storage/framework',
'storage/framework/cache',
'storage/framework/sessions',
'storage/framework/views',
'storage/logs',
],
2017-12-14 12:28:58 +08:00
];