From 22650c62b77b3cfabe9620aae188dc67e73a812e Mon Sep 17 00:00:00 2001 From: Rob Gloudemans Date: Sat, 2 Sep 2017 10:44:00 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 243162a..50ca220 100644 --- a/README.md +++ b/README.md @@ -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: