deveshp007 / GST-billing-system

A billing system for GST developed with the Laravel framework.
1 stars 0 forks source link

Composer could not find a composer.json file in file location #1

Open shabaskouser opened 4 weeks ago

shabaskouser commented 4 weeks ago

PS C:\xampp\htdocs\gstbill> composer install Composer could not find a composer.json file in C:\xampp\htdocs\gstbill To initialize a project, please create a composer.json file. See https://getcomposer.org/basic-usage

I'm facing this issue i have already composer.json file in location

Anmol8604 commented 4 weeks ago

If you have tried running composer install, then there should be a composer.json or composer.lock file generated. You can try running composer update. If there are any specific packages needed, you can use composer require vendor/package-name to install them.