bagisto / headless-ecommerce Installation Issue
-
Trying to install bagisto / headless-ecommerce on top of a running bagista 1.45 running on PHP 8.1 & Laravel 10 as per instructions given in https://github.com/bagisto/headless-ecommerce#2-installation
The first step : composer require bagisto/graphql-api itself gives an error :
Package mll-lab/laravel-graphql-playground is abandoned, you should avoid using it. No replacement was suggested.
Package paypal/paypal-checkout-sdk is abandoned, you should avoid using it. No replacement was suggested.After that tried step 2: php artisan bagisto_graphql:install
and there it gets stuck on "Generating JWT Secret Token":
spatie/laravel-ignition ......................................................................... DONE
spatie/laravel-sitemap .......................................................................... DONEGenerated optimized autoload files containing 10479 classes
Step: Generating JWT Secret token...
^CI tried changing the composer.json of the extension manually from mll-lab/laravel-graphql-playground to mll-lab/laravel-graphiql but the outcome is same.
Please advise.
-
Hi there,
can you please share which composer version you are using?