mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Update README.md
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user