Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Crinsane authored Sep 2, 2017
1 parent ab78836 commit 22650c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 22650c6

Please sign in to comment.