Let’s look at how Laravel helps us write controllers that force a user download without creating a file on the server and how to write tests for streamed downloads.
Visit Laravel News for the full post.
The post Testing Strea...