You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS C:\xampp\htdocs\LaravelShoppingcart> composer require gloudemans/shoppingcart
Using version ^2.6 for gloudemans/shoppingcart
Root package 'gloudemans/shoppingcart' cannot require itself in its composer.json
PS C:\xampp\htdocs\LaravelShoppingcart>
The text was updated successfully, but these errors were encountered:
You should run the command composer require gloudemans/shoppingcart inside the project you want to use the shopping cart.
You are installing the package inside itself.
Create a new Laravel project in htdocs and use the command only after cd {project_name}
PS C:\xampp\htdocs\LaravelShoppingcart> composer require gloudemans/shoppingcart
Using version ^2.6 for gloudemans/shoppingcart
Root package 'gloudemans/shoppingcart' cannot require itself in its composer.json
PS C:\xampp\htdocs\LaravelShoppingcart>
The text was updated successfully, but these errors were encountered: