Skip to content

Commit 090e925

Browse files
committed
update readme #19
1 parent 4f785fc commit 090e925

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $ composer require kitar/laravel-dynamodb
7878

7979
### Laravel (6.x, 7.x, 8.x, 9.x)
8080

81-
Add dynamodb configs to config/database.php:
81+
Add dynamodb configs to `config/database.php`:
8282

8383
```php
8484
'connections' => [
@@ -98,6 +98,12 @@ Add dynamodb configs to config/database.php:
9898
],
9999
```
100100

101+
Update the `DB_CONNECTION` variable in your `.env` file:
102+
103+
```
104+
DB_CONNECTION=dynamodb
105+
```
106+
101107
### Non-Laravel projects
102108

103109
For usage outside Laravel, you can create the connection manually and start querying with [Query Builder](#query-builder).

0 commit comments

Comments
 (0)