mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Add changes from https://github.com/Crinsane/LaravelShoppingcart/pull/509
This commit is contained in:
@@ -481,8 +481,8 @@ foreach(Cart::content() as $row) {
|
||||
## Database
|
||||
|
||||
- [Config](#configuration)
|
||||
- [Storing the cart](#save-cart-to-database)
|
||||
- [Restoring the cart](#retrieve-cart-from-database)
|
||||
- [Storing the cart](#storing-the-cart)
|
||||
- [Restoring the cart](#restoring-the-cart)
|
||||
|
||||
### Configuration
|
||||
To save cart into the database so you can retrieve it later, the package needs to know which database connection to use and what the name of the table is.
|
||||
|
||||
Reference in New Issue
Block a user