Closed

Description
To best work with laravel, the package config.php should be located in app/config/packages/aws/aws-sdk-php-laravel/config.php
.
Also, if you can include a default configuration in src/config/config.php
, laravel users can simply run
php artisan config:publish aws/aws-sdk-php-laravel
and have the configuration automatically published to their project. This way they don't have to create the configuration manually, and can just open it and update the values.