The composer config file was found at the root of your project but appears to be uninitialized

Visual Studio Code

I have to face this issue when opening Visual Studio Code. How to fix it?

+3


source to share


1 answer


If you are developing a project, do

composer install

      



If you are developing a package, just do

touch composer.lock

      

+4


source







All Articles