Skip to content

Commit 3833ac8

Browse files
authored
Improve installation instructions
1 parent 2c7cba9 commit 3833ac8

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)