2017 © Pedro Peláez
 

library remote

A simple way to copy/move files between different Laravel Storage disks

image

filippo-toso/remote

A simple way to copy/move files between different Laravel Storage disks

  • Friday, April 6, 2018
  • by filippo.toso
  • Repository
  • 0 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Remote

A simple way to copy files between different Laravel Storage disks, (*1)

Requirements

  • PHP 5.6+
  • Laravel 5.0+

Installing

Use Composer to install it:, (*2)

composer require filippo-toso/remote

Using It

use FilippoToso\Remote\Remote;

// Copy from S3 to local
Remote::copy('s3://folder/file.dat', 'local:://another/folder/output.dot');

// Move from local to S3
Remote::move('local://folder/file.dat', 's3:://another/folder/output.dot');

The Versions

06/04 2018

dev-master

9999999-dev

A simple way to copy/move files between different Laravel Storage disks

  Sources   Download

MIT

The Requires

 

by Filippo Toso

06/04 2018

v1.0.5

1.0.5.0

A simple way to copy/move files between different Laravel Storage disks

  Sources   Download

MIT

The Requires

 

by Filippo Toso

22/01 2018

v1.0.4

1.0.4.0

A simple way to copy/move files between different Laravel Storage disks

  Sources   Download

MIT

The Requires

 

by Filippo Toso

12/01 2018

v1.0.3

1.0.3.0

A simple way to copy/move files between different Laravel Storage disks

  Sources   Download

MIT

The Requires

 

by Filippo Toso

12/01 2018

v1.0.2

1.0.2.0

A simple way to copy/move files between different Laravel Storage disks

  Sources   Download

MIT

The Requires

 

by Filippo Toso

06/01 2018

v1.0.1

1.0.1.0

A simple way to copy/move files between different Laravel Storage disks

  Sources   Download

MIT

The Requires

 

by Filippo Toso

06/01 2018

v1.0.0

1.0.0.0

A simple way to copy/move files between different Laravel Storage disks

  Sources   Download

MIT

The Requires

 

by Filippo Toso