phpvms/modules/Installer/Config/config.php

33 lines
590 B
PHP

<?php
return [
'php' => [
'version' => '7.2'
],
'extensions' => [
'openssl',
'pdo',
'mbstring',
'tokenizer',
'json',
'curl',
'gmp',
],
# Make sure these are writable
'permissions' => [
'env.php',
'config.php',
'bootstrap/cache',
'public/uploads',
'storage',
'storage/app/public',
'storage/framework',
'storage/framework/cache',
'storage/framework/sessions',
'storage/framework/views',
'storage/logs',
],
];