You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: