thumbnail update feature

This commit is contained in:
2026-05-16 00:31:34 +03:30
parent 63551f9661
commit 34445f3032
6 changed files with 170 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ return [
'local' => [
'driver' => 'local',
'root' => storage_path('app/private'),
'serve' => true,
'serve' => false,
'throw' => false,
'report' => false,
],