Hostname47 / PHP-CHAT

69 stars 59 forks source link

Vender Folder missing? #4

Open Therealjosephchrzempiec opened 2 years ago

Therealjosephchrzempiec commented 2 years ago

Hello, I'm getting an error stating Vender folder is missing.

Warning: require_once(vendor/autoload.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\Chat\index.php on line 4

Fatal error: Uncaught Error: Failed opening required 'vendor/autoload.php' (include_path='\xampp\php\PEAR') in C:\xampp\htdocs\Chat\index.php:4 Stack trace: #0 {main} thrown in C:\xampp\htdocs\Chat\index.php on line 4

Can you please include this?

Joseph

Hostname47 commented 1 year ago

Vendor folder should not be pushed to repository, it is a file generated when you run composer install command. Please make sure to download and install composer in your machine and run composer install to generate vendor folder.

Freddy155 commented 1 year ago

I Also generated it by using composer install but i got the same error like Joseph

Zethembiso002 commented 3 months ago

$ composer install bash: composer: command not found