Releases: tamedevelopers/file
Releases · tamedevelopers/file
v1.0.5
- By default Aws load entire SDK we won't be needing
- Copy the below code into your root
composer.json
and then runcomposer update
in terminal.
- Copy the below code into your root
"scripts": {
"pre-autoload-dump": "Aws\\Script\\Composer\\Composer::removeUnusedServices"
},
"extra": {
"aws/aws-sdk-php": [
"Ec2",
"CloudWatch"
]
}
v1.0.4
v1.0.3
v1.0.2
Conflicts with Laravel aws/aws-sdk-php
resolved
v1.0.1
PHP File Uploader
- Support for Amazon S3
- Upcoming support for Cloudinary and many more to be added