Skip to content

Releases: tamedevelopers/file

v1.0.5

05 Oct 02:24
Compare
Choose a tag to compare
  • By default Aws load entire SDK we won't be needing
    • Copy the below code into your root composer.json and then run composer update in terminal.
"scripts": {
    "pre-autoload-dump": "Aws\\Script\\Composer\\Composer::removeUnusedServices"
},
"extra": {
    "aws/aws-sdk-php": [
        "Ec2",
        "CloudWatch"
    ]
}

v1.0.4

05 Oct 01:32
Compare
Choose a tag to compare

v1.0.3

04 Oct 23:37
Compare
Choose a tag to compare

v1.0.2

04 Oct 05:45
Compare
Choose a tag to compare

Conflicts with Laravel aws/aws-sdk-php resolved

v1.0.1

04 Oct 05:12
Compare
Choose a tag to compare

PHP File Uploader

  • Support for Amazon S3
  • Upcoming support for Cloudinary and many more to be added