We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f672e commit e28f682Copy full SHA for e28f682
README.md
@@ -18,12 +18,13 @@ Install the package through [Composer](http://getcomposer.org/).
18
For Laravel 5.1~:
19
```composer require "darryldecode/cart:~2.0"```
20
21
-For Laravel 5.4~:
+For Laravel 5.5~:
22
```composer require "darryldecode/cart:~3.0"```
23
24
## CONFIGURATION
25
26
-1. Open config/app.php and add this line to your Service Providers Array
+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.
28
```php
29
Darryldecode\Cart\CartServiceProvider::class
30
```
0 commit comments