Skip to content

Releases: darryldecode/laravelshoppingcart

Support Laravel 5.5

12 Sep 04:48
Compare
Choose a tag to compare

Support for L5.5 #97

Added New Methods

09 Mar 09:23
Compare
Choose a tag to compare

Refer to this: 4e5716f

Laravel 5.4 Support

08 Mar 16:00
Compare
Choose a tag to compare
Merge pull request #82 from frezno/master

Changing share to singleton -> for Laravel 5.4 support

FIXES AND IMPROVEMENTS

09 Sep 00:34
Compare
Choose a tag to compare

Solves Issue: #27 , #28

Added new condition method

16 Jun 07:31
Compare
Choose a tag to compare

Added new condition method: $condition->getAttributes(); See: #19

Added 2 new useful cart APIs

01 Jun 13:01
Compare
Choose a tag to compare

Cart API added:

1.) Cart::getTotalQuantity() from requests:
#13
#17

2.) Cart::addItemCondition($productId, $itemCondition)
#16

Bug Fixes

21 May 04:12
Compare
Choose a tag to compare

fixed removeItemCondition() not removing the condition if the condition added on the item was not in an array format..

2 New Cart API when dealing conditions with its type

04 May 02:55
Compare
Choose a tag to compare
2.2.0

Updated docs for 2 new Cart API

Revamp updating an existing item's quantity on cart

17 Apr 00:38
Compare
Choose a tag to compare

Added two new useful methods..

19 Mar 01:38
Compare
Choose a tag to compare
2.1.0

Update README.md