1
0
Fork 0

feat(storage): add images filesystem disk

This commit is contained in:
Henrik Hautakoski 2026-04-29 17:43:18 +02:00
parent 76afd14ffd
commit ad7d40b308

View file

@ -38,6 +38,13 @@ return [
'report' => false, 'report' => false,
], ],
'images' => [
'driver' => 'local',
'root' => storage_path('app/images'),
'throw' => false,
'report' => false,
],
'public' => [ 'public' => [
'driver' => 'local', 'driver' => 'local',
'root' => storage_path('app/public'), 'root' => storage_path('app/public'),