Skip to content

Commit

Permalink
Merge pull request #234 from stancl/patch-1
Browse files Browse the repository at this point in the history
Improve installation instructions
  • Loading branch information
JackPriceBurns authored Feb 18, 2021
2 parents 5f72c16 + 3833ac8 commit fe56587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Install
composer require baopham/dynamodb
```

* Install service provider:
* Install service provider (< Laravel 5.5):

```php
// config/app.php
Expand All @@ -64,7 +64,7 @@ Install
* Run

```php
php artisan vendor:publish
php artisan vendor:publish --provider 'BaoPham\DynamoDb\DynamoDbServiceProvider'
```

* Update DynamoDb config in [config/dynamodb.php](config/dynamodb.php)
Expand Down

0 comments on commit fe56587

Please sign in to comment.