From 9c7566c734e5cf1daf1c3bcfec0b48d6d8361b14 Mon Sep 17 00:00:00 2001 From: darryl fernandez Date: Thu, 26 Mar 2015 16:40:47 -0700 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 85f4190..25309e9 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,17 @@ Get cart total: **Cart::getTotal()** $total = Cart::getTotal(); ``` +Clearing the Cart: **Cart::clear()** + +```php +/** +* clear cart +* +* @return void +*/ +Cart::clear(); +``` + ## Conditions Laravel Shopping Cart supports cart conditions.