You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laravel official documentation says that to display a file in a user browser a simple return response()->file($filePath) will suffice. Since the current version, 6.0.13 this command will show the binary content of the file, not the file itself!