mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-24 07:55:35 +00:00
Update README.md
This commit is contained in:
@@ -230,7 +230,7 @@ The Cart package will throw exceptions if something goes wrong. This way it's ea
|
|||||||
The cart also has events build in. There are five events available for you to listen for.
|
The cart also has events build in. There are five events available for you to listen for.
|
||||||
|
|
||||||
| Event | Fired |
|
| Event | Fired |
|
||||||
|----------------------------------------------------------------|
|
| -------------------- | --------------------------------------- |
|
||||||
| cart.add($item) | When a single item is added |
|
| cart.add($item) | When a single item is added |
|
||||||
| cart.batch($items) | When a batch if items is added |
|
| cart.batch($items) | When a batch if items is added |
|
||||||
| cart.update($rowId) | When an item in the cart is updated |
|
| cart.update($rowId) | When an item in the cart is updated |
|
||||||
|
|||||||
Reference in New Issue
Block a user