Skip to content

Instantly share code, notes, and snippets.

View prepared91's full-sized avatar

Prepared prepared91

View GitHub Profile
@prepared91
prepared91 / copyBetweenDisks.php
Created February 10, 2021 13:13 — forked from kauhat/copyBetweenDisks.php
Upload & copy files between disks in Laravel 5
<?php
use Illuminate\Http\File;
use Storage;
/**
* Load contents of file into memory and copy. Slower, but can copy from
* remote disks.
*
* @return void