diff --git a/config/filesystems.php b/config/filesystems.php index 6895c44..2cf77dc 100755 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -35,6 +35,11 @@ return [ 'root' => storage_path('app'), ], + 'backups' => [ + 'driver' => 'local', + 'root' => base_path('backups'), + ], + 'public' => [ 'driver' => 'local', 'root' => storage_path('app/public'),