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 f649060 commit c5e6f78Copy full SHA for c5e6f78
README.md
@@ -24,7 +24,7 @@ For Laravel 5.5 or 5.6~:
24
## CONFIGURATION
25
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.
+NOTE: If you are using laravel 5.5 or above, this will be automatically added by its auto discovery.
28
```php
29
Darryldecode\Cart\CartServiceProvider::class
30
```
0 commit comments