phpvms/modules/Installer/Config/config.php
2017-12-14 16:38:29 -06:00

24 lines
396 B
PHP

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