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: