Skip to content

Commit e28f682

Browse files
authored
Update README.md
1 parent 43f672e commit e28f682

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ Install the package through [Composer](http://getcomposer.org/).
1818
For Laravel 5.1~:
1919
```composer require "darryldecode/cart:~2.0"```
2020

21-
For Laravel 5.4~:
21+
For Laravel 5.5~:
2222
```composer require "darryldecode/cart:~3.0"```
2323

2424
## CONFIGURATION
2525

26-
1. Open config/app.php and add this line to your Service Providers Array
26+
1. Open config/app.php and add this line to your Service Providers Array.
27+
NOTE: If you are using laravel 5.5, this will be automatically added by its auto discovery.
2728
```php
2829
Darryldecode\Cart\CartServiceProvider::class
2930
```

0 commit comments

Comments
 (0)