Merge branch 'refactor-moneyphp' of github.com:bumbummen99/LaravelShoppingcart into refactor-moneyphp

This commit is contained in:
Patrick Henninger
2022-02-05 23:45:25 +01:00

View File

@@ -19,7 +19,7 @@ Run the Composer require command from the Terminal:
Now you're ready to start using the shoppingcart in your application.
**As of version 2 of this package it's possibly to use dependency injection to inject an instance of the Cart class into your controller or other class**
**As of version 2 of this package it's possible to use dependency injection to inject an instance of the Cart class into your controller or other class**
You definitely should publish the `config` file and take a look at it.