You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```composer require "darryldecode/cart:~4.0"``` or
24
+
```composer require "darryldecode/cart"```
24
25
25
26
## CONFIGURATION
26
27
@@ -1057,6 +1058,56 @@ class DBStorage {
1057
1058
}
1058
1059
```
1059
1060
1061
+
For example you can also leverage Laravel's Caching (redis, memcached, file, dynamo, etc) using the example below. Exmaple also includes cookie persistance, so that cart would be still available for 30 days. Sessions by default persists only 20 minutes.
0 commit comments