Update filesystems.php

This commit is contained in:
Julian Prieber 2022-05-24 15:31:35 +02:00
parent 1b909f94f3
commit eaa3dc6d1c

View File

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