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
Copy file name to clipboardExpand all lines: README.md
+2-5
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ Install
51
51
'region'=> env('DYNAMODB_REGION'),
52
52
'local_endpoint'=> env('DYNAMODB_LOCAL_ENDPOINT'), // see http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.html
53
53
'local'=> env('DYNAMODB_LOCAL'), // true or false? should use dynamodb_local or not?
54
+
'debug'=> true, // if true, it will use Laravel Log. For advanced options, see http://docs.aws.amazon.com/aws-sdk-php/v3/guide/guide/configuration.html
0 commit comments