Skip to content

Commit fe56587

Browse files
Merge pull request #234 from stancl/patch-1
Improve installation instructions
2 parents 5f72c16 + 3833ac8 commit fe56587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Install
4949
composer require baopham/dynamodb
5050
```
5151

52-
* Install service provider:
52+
* Install service provider (< Laravel 5.5):
5353

5454
```php
5555
// config/app.php
@@ -64,7 +64,7 @@ Install
6464
* Run
6565

6666
```php
67-
php artisan vendor:publish
67+
php artisan vendor:publish --provider 'BaoPham\DynamoDb\DynamoDbServiceProvider'
6868
```
6969

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

0 commit comments

Comments
 (0)