Skip to content

Commit eaa3dc6

Browse files
committed
Update filesystems.php
1 parent 1b909f9 commit eaa3dc6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/filesystems.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
'root' => storage_path('app'),
3636
],
3737

38+
'backups' => [
39+
'driver' => 'local',
40+
'root' => base_path('backups'),
41+
],
42+
3843
'public' => [
3944
'driver' => 'local',
4045
'root' => storage_path('app/public'),

0 commit comments

Comments
 (0)