Код: Выделить всё
$headers = ['Content-Type' => 'image/png'];
$path = storage_path('/mnt/somestorage/example.png')
return response()->file($path, $headers);
Любые предложения очень приветствуются.
Подробнее здесь: https://stackoverflow.com/questions/484 ... e-response
Мобильная версия