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 a8063ee commit 2822e0fCopy full SHA for 2822e0f
README.md
@@ -9,7 +9,11 @@ A Shopping Cart Implementation for Laravel Framework
9
10
Install the package through [Composer](http://getcomposer.org/).
11
12
- composer require "darryldecode/cart"
+For Laravel 5.1~:
13
+```composer require "darryldecode/cart:~2.0"```
14
+
15
+For Laravel 5.4~:
16
+```composer require "darryldecode/cart:~3.0"```
17
18
##CONFIGURATION
19
0 commit comments