phpvms/modules/Installer/Config/config.php

34 lines
645 B
PHP
Raw Normal View History

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