Skip to content

Instantly share code, notes, and snippets.

@minedun6
Created April 25, 2019 10:17
Show Gist options
  • Save minedun6/410281055121112c6ef05c59414943bc to your computer and use it in GitHub Desktop.
Save minedun6/410281055121112c6ef05c59414943bc to your computer and use it in GitHub Desktop.
Tempory link to upload
<?php
$disk = Storage::disk('s3');
$disk->put($filename, fopen($this->filePath, 'r+'));
return Storage::disk('s3')->temporaryUrl($filename, now()->addWeek());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment