Add blank env and config files, check those permissions in the installer

This commit is contained in:
Nabeel Shahzad
2019-05-12 18:36:41 -05:00
parent 889ed06acc
commit f0ef723854
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ return [
# Make sure these are writable
'permissions' => [
'env.php',
'config.php',
'bootstrap/cache',
'public/uploads',
'storage',