Update README.md

This commit is contained in:
Rob Gloudemans
2016-09-06 20:41:21 +02:00
committed by GitHub
parent 8879754993
commit 97c31ef3c4

View File

@@ -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:
\Gloudemans\Shoppingcart\ShoppingcartServiceProvider::class
Gloudemans\Shoppingcart\ShoppingcartServiceProvider::class
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.