Releases: aws/aws-sdk-php-laravel
Releases · aws/aws-sdk-php-laravel
Version 3.3.0
- Adds AWS credentials to published service provider configuration by default
Version 3.2.1
- Update Travis CI with later PHP versions
- Fix composer dependency resolution issue for Travis & PHP 5.5.9
- Updated location of aws config file in README.md
- Update README.md
Version 3.2.0
- Added --provider option for vendor:publish command
- Added support for Laravel Auto-Discovery
Version 3.1.0
- Added support for Lumen.
Version 3.0.3
This update allows users to configure credentials with environmental variables, a ini file at ~/.aws/credentials
, or with Ec2 instance profiles instead of requiring their inclusion in the aws.php
config file. Additionally, this release includes several stylistic fixes.
3.0.0
Service provider is now compatible with Laravel 5.1 and Version 3 of the AWS SDK for PHP.
2.0.1
- Service provider is now compatible with Lumen
2.0.0
Updated the service provider to work with Laravel 5.
AWS-L5 Provider (Beta)
We've updated the provider to work with Laravel 5. Give it a try.
1.1.2
Added alias to support DI from container.