Crinsane / LaravelShoppingcart

A simple shopping cart implementation for Laravel
MIT License
3.66k stars 1.72k forks source link

Error with command: composer require gloudemans/shoppingcart #665

Open mohamedmehdigara opened 2 years ago

mohamedmehdigara commented 2 years ago

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>

achyutkneupane commented 2 years ago

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}