Laravel Storage Versions Save

A simple filesystem abstraction package for Laravel 4.

v1.0.10

8 years ago
  • Added new remote upload/download methods to base adapter
  • Added default region to AWS S3 config
  • Fixed is directory check in AWS S3 adapter

v1.0.9

9 years ago
  • Added specifying full path with namespace in routes
  • Changed AWS S3 adapter to not override default S3 config if not set

v1.0.8

9 years ago
  • Fixed files method in AmazonS3 adapter
  • Added region config option for AmazonS3 adapter

v1.0.7

9 years ago
  • Added ability to get an adapter instance from the storage class

v1.0.6

9 years ago
  • Bug fixes

v1.0.5

9 years ago
  • Changed upload method to copy instead of move in local adapter
  • Fixed download method in local adapter

v1.0.4

9 years ago
  • Added ability to render a file from storage to the browser
  • Changed local route to use new storage render method

v1.0.3

9 years ago
  • Added setting content type for amazon s3 adapter for upload method

v1.0.0

9 years ago
  • Initial release

v1.0.1

9 years ago
  • Bug fixes