diff --git a/config/filesystems.php b/config/filesystems.php index 6653d27..5e2af68 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -35,6 +35,11 @@ return [ 'root' => storage_path('app'), ], + 'resources' => [ + 'driver' => 'local', + 'root' => resource_path(), + ], + 'public' => [ 'driver' => 'local', 'root' => storage_path('app/public'),