Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using with Lumen : Missing required client configuration options #134

Closed
jaseyd opened this issue Mar 8, 2018 · 3 comments
Closed

Using with Lumen : Missing required client configuration options #134

jaseyd opened this issue Mar 8, 2018 · 3 comments

Comments

@jaseyd
Copy link

jaseyd commented Mar 8, 2018

Hi. Just a heads up for anyone using this with Lumen.

I kept getting this annoying error about missing configuration options. Eventually I traced it back to the vendor published 'dynamodb.php' not being added to the config.

To resolve this, I added the following in bootstrap/app.php

$app->configure('dynamodb');

Hope this helps someone.

Cheers for a great library!
Jason

@baopham
Copy link
Owner

baopham commented Mar 8, 2018

Cool! Thanks for taking the time to create an issue.

There is an open PR for Lumen instruction https://github.com/baopham/laravel-dynamodb/pull/125/files that I haven't had time to verify. Feel free to comment or create a new PR for the README.

Thanks again!

@baopham
Copy link
Owner

baopham commented Mar 16, 2018

I guess this can be closed now.

@baopham baopham closed this as completed Mar 16, 2018
@baopham
Copy link
Owner

baopham commented Mar 16, 2018

See #136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants