#393
#382
Fix "deprecated" warning in php 8.2+ (incorrect variable name) #368
Laravel 9 Support
Change log:
Updated all dependencies including dev.
Please contact any incompatibility issues.
Change Log:
Small fix in events. See more information on this changes in https://github.com/darryldecode/laravelshoppingcart/pull/219
Change Log:
See Documentation for examples.
Updated composer.json to support laravel 6.1
update composer.json for laravel 6.0 support #190
Fix for issue #170 cause of fire() method completely removed on laravel v5.8 from being deprecated since v5.5~
Laravel 5.7 compatibility update
Improvments
Breaking Change!!
Upgrade guide:
Updated to support Laravel 5.6
This update should be backward compat.
In this update, you should be able to bind a cart data to a specific user, etc.
See the updated documentation.
For any issues, please create issue ticket.
Support for L5.5 https://github.com/darryldecode/laravelshoppingcart/pull/97
Solves Issue: #27 , #28
Added new condition method: $condition->getAttributes(); See: https://github.com/darryldecode/laravelshoppingcart/issues/19
Cart API added:
1.) Cart::getTotalQuantity() from requests: https://github.com/darryldecode/laravelshoppingcart/pull/13 https://github.com/darryldecode/laravelshoppingcart/issues/17
2.) Cart::addItemCondition($productId, $itemCondition) https://github.com/darryldecode/laravelshoppingcart/issues/16
fixed removeItemCondition() not removing the condition if the condition added on the item was not in an array format..
How can I help you explore Laravel packages today?