Update filesystems.php

This commit is contained in:
Julian Prieber 2022-05-24 15:31:35 +02:00
parent 1b909f94f3
commit eaa3dc6d1c
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,11 @@ return [
'root' => storage_path('app'),
],
'backups' => [
'driver' => 'local',
'root' => base_path('backups'),
],
'public' => [
'driver' => 'local',
'root' => storage_path('app/public'),