Commit 35eb6b4d authored by Nicolas Widart's avatar Nicolas Widart

Setting filsystem permissions

parent 37b3d5fa
......@@ -46,6 +46,16 @@ return [
'local' => [
'driver' => 'local',
'root' => base_path(),
'permissions' => [
'file' => [
'public' => 0777,
'private' => 700,
],
'dir' => [
'public' => 0777,
'private' => 700,
]
],
],
's3' => [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment