Skip to content

Commit

Permalink
Update readme to fix issue with facades (baopham#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPriceBurns authored and baopham committed Jan 21, 2020
1 parent 6f16f9d commit bc58f54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ Install
// Load dynamodb config file
$app->configure('dynamodb');
// Enable Facade support
$app->withFacades();
// Enable Eloquent support
$app->withEloquent();
```
Expand Down

0 comments on commit bc58f54

Please sign in to comment.