feat: FileController para servir archivos privados con autenticación
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -49,7 +49,7 @@ return [
|
||||
|
||||
'uploads' => [
|
||||
'driver' => 'local',
|
||||
'root' => public_path('uploads'),
|
||||
'root' => env('UPLOADS_DISK_ROOT', public_path('uploads')),
|
||||
'url' => env('APP_URL').'/uploads',
|
||||
'visibility' => 'public',
|
||||
'throw' => false,
|
||||
|
||||
Reference in New Issue
Block a user