We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f785fc commit 090e925Copy full SHA for 090e925
README.md
@@ -78,7 +78,7 @@ $ composer require kitar/laravel-dynamodb
78
79
### Laravel (6.x, 7.x, 8.x, 9.x)
80
81
-Add dynamodb configs to config/database.php:
+Add dynamodb configs to `config/database.php`:
82
83
```php
84
'connections' => [
@@ -98,6 +98,12 @@ Add dynamodb configs to config/database.php:
98
],
99
```
100
101
+Update the `DB_CONNECTION` variable in your `.env` file:
102
+
103
+```
104
+DB_CONNECTION=dynamodb
105
106
107
### Non-Laravel projects
108
109
For usage outside Laravel, you can create the connection manually and start querying with [Query Builder](#query-builder).
0 commit comments