Skip to content

relocate config.php and include a default config file #7

Closed
@ghost

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions