Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
darryldecode committed Apr 17, 2015
2 parents 423f0a1 + 9c7566c commit 704cf6f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 704cf6f

Please sign in to comment.