response()->file($pathToFile); image file bug if that is /projectroot/storage instead /projectroot/public/storage #34390
Unanswered
jouniikaheimo
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
return response()->file($pathToFile); not show images in view if folder is /projectroot/storage/
Steps To Reproduce:
File is exists and core go return response()->file($path); all work this fine..
browser return this error:
same code work js and css files fine.
Beta Was this translation helpful? Give feedback.
All reactions