I am using Laravel Storage and I want to serve users some (larger than memory limit) files. My code was inspired from a post in SO and it goes like this:
$fs
You could try using the StreamedResponse component directly, instead of the Laravel wrapper for it. StreamedResponse