Skip to content

Instantly share code, notes, and snippets.

View chapterjason's full-sized avatar
🕳️
<- Insert Bug

chapterjason chapterjason

🕳️
<- Insert Bug
View GitHub Profile
@chapterjason
chapterjason / S3FileStream.php
Created June 21, 2023 10:29 — forked from progress44/S3FileStream.php
Laravel response class to handle S3 file stream
<?php
namespace App\Http\Responses;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Storage;
class S3FileStream
{
/**