bagisto / headless-ecommerce

Laravel Headless eCommerce APIs allow you to experience seamless and easily scalable storefront performance. An open-source and GraphQL based Rest API Laravel platform delivering ultra-fast, dynamic, and personalized shopping experiences.
https://bagisto.com/en/headless-ecommerce/
MIT License
78 stars 46 forks source link

when try to install #274

Closed sanjymaurya201 closed 1 month ago

sanjymaurya201 commented 2 months ago

Root package 'bagisto/graphql-api' cannot require itself in its composer.json image

mayank-webkul commented 2 months ago

Hi, @sanjymaurya201 this issue occurs when the package defined as the root package in your project is also listed as a dependency in its composer.json file. This creates a circular dependency, which Composer cannot resolve.

So, clone the repository anywhere else.