Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Releases: dmyers/laravel-storage

v1.0.10

14 Mar 06:28
Compare
Choose a tag to compare
  • 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

06 Sep 04:17
Compare
Choose a tag to compare
  • Added specifying full path with namespace in routes
  • Changed AWS S3 adapter to not override default S3 config if not set

v1.0.8

05 Aug 03:06
Compare
Choose a tag to compare
  • Fixed files method in AmazonS3 adapter
  • Added region config option for AmazonS3 adapter

v1.0.7

28 May 01:14
Compare
Choose a tag to compare
  • Added ability to get an adapter instance from the storage class

v1.0.6

27 May 18:32
Compare
Choose a tag to compare
  • Bug fixes

v1.0.5

08 May 00:17
Compare
Choose a tag to compare
  • Changed upload method to copy instead of move in local adapter
  • Fixed download method in local adapter

v1.0.4

06 May 07:17
Compare
Choose a tag to compare
  • Added ability to render a file from storage to the browser
  • Changed local route to use new storage render method

v1.0.3

06 May 06:29
Compare
Choose a tag to compare
  • Added setting content type for amazon s3 adapter for upload method

v1.0.2

06 May 04:32
Compare
Choose a tag to compare
  • Added ability to download a file from storage

v1.0.1

06 May 04:33
Compare
Choose a tag to compare
  • Bug fixes