Update README.md

This commit is contained in:
Rob Gloudemans
2017-09-02 10:44:00 +02:00
committed by GitHub
parent ab78836942
commit 22650c62b7

View File

@@ -14,8 +14,10 @@ Install the package through [Composer](http://getcomposer.org/).
Run the Composer require command from the Terminal:
composer require gloudemans/shoppingcart
If you're using Laravel 5.5, this is all there is to do.
Now all you have to do is add the service provider of the package and alias the package. To do this open your `config/app.php` file.
Should you still be on version 5.4 of Laravel, the final steps for you are to add the service provider of the package and alias the package. To do this open your `config/app.php` file.
Add a new line to the `providers` array: