Skip to content

Commit bc58f54

Browse files
JackPriceBurnsbaopham
authored andcommitted
Update readme to fix issue with facades (#214)
1 parent 6f16f9d commit bc58f54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ Install
8282
8383
// Load dynamodb config file
8484
$app->configure('dynamodb');
85-
85+
86+
// Enable Facade support
87+
$app->withFacades();
88+
8689
// Enable Eloquent support
8790
$app->withEloquent();
8891
```

0 commit comments

Comments
 (0)