CodeSleeve / stapler

ORM-based file upload package for php.
http://codesleeve.com
Other
538 stars 143 forks source link

Abstract storage systems (maybe via Flysystem?) #109

Open cviebrock opened 9 years ago

cviebrock commented 9 years ago

It's great that stapler works with local file storage and S3 ... but what if you needed FTP storage, or Dropbox, or something else?

Have you considered using something like Flysystem, which is what I think Laravel 5 is using for a unified storage API?

Thanks!

Anahkiasen commented 9 years ago

:+1:

samwalshnz commented 9 years ago

:+1: