diff --git a/backend/config/filesystems.php b/backend/config/filesystems.php index 3d671bd..fd84fe1 100644 --- a/backend/config/filesystems.php +++ b/backend/config/filesystems.php @@ -38,6 +38,13 @@ return [ 'report' => false, ], + 'images' => [ + 'driver' => 'local', + 'root' => storage_path('app/images'), + 'throw' => false, + 'report' => false, + ], + 'public' => [ 'driver' => 'local', 'root' => storage_path('app/public'),