Seldaek / php-console

PHP Debug Console
Other
529 stars 93 forks source link

Vendor missing #62

Open kingozorg opened 2 years ago

kingozorg commented 2 years ago

Hi!

Maybe i am doing it wrong - but i get this error: "Missing vendor/autoload.php file. Did you forget to run "composer install" ?"

I downloaded the zip file and did not use composer. The manual says it should be possible. What do i miss ?

Thanks!

Seldaek commented 2 years ago

I guess just run composer install in the directory and it should initialize things properly.

kingozorg commented 2 years ago

sorry to say - composer is still confusing to me ... it makes sense for large projects or for the ones who work with it all the time, but in the meantime it often makes things more complicated for ME ;) than they need to be. but thanks for the answer - i will try!!! cheers!

kingozorg commented 2 years ago

just wanted to give some feedback on composer. after i found out, unfortunately only now, that under mac you can easily copy the path to the destination folder and then just cd c/p in the terminal, i became a big fan. ;) cheers!