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:
@@ -16,11 +16,11 @@ Now all you have to do is add the service provider of the package and alias the
|
|||||||
|
|
||||||
Add a new line to the `providers` array:
|
Add a new line to the `providers` array:
|
||||||
|
|
||||||
\Gloudemans\Shoppingcart\ShoppingcartServiceProvider::class
|
Gloudemans\Shoppingcart\ShoppingcartServiceProvider::class
|
||||||
|
|
||||||
And optionally add a new line to the `aliases` array:
|
And optionally add a new line to the `aliases` array:
|
||||||
|
|
||||||
'Cart' => \Gloudemans\Shoppingcart\Facades\Cart::class,
|
'Cart' => Gloudemans\Shoppingcart\Facades\Cart::class,
|
||||||
|
|
||||||
Now you're ready to start using the shoppingcart in your application.
|
Now you're ready to start using the shoppingcart in your application.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user