Skip to content

Commit

Permalink
Improve installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl authored Jan 8, 2021
1 parent 2c7cba9 commit 3833ac8
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 3833ac8

Please sign in to comment.