phpvms/modules/Installer/Config/config.php
2017-12-14 21:34:11 -06:00

29 lines
490 B
PHP

<?php
use Illuminate\Validation\Rule;
return [
'php' => [
'version' => '7.0.0'
],
# TODO: Remove eventually
// 'env_postfix' => '.generated',
'env_postfix' => '',
'extensions' => [
'openssl',
'pdo',
'mbstring',
'tokenizer',
'JSON',
'cURL',
],
'permissions' => [
'storage/framework/' => 'writeable',
'storage/logs/' => 'writeable',
'bootstrap/cache/' => 'writable'
],
];