Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vender Folder missing? #4

Open
Therealjosephchrzempiec opened this issue Sep 28, 2022 · 3 comments
Open

Vender Folder missing? #4

Therealjosephchrzempiec opened this issue Sep 28, 2022 · 3 comments

Comments

@Therealjosephchrzempiec

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
Copy link
Owner

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
Copy link

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

@Zethembiso002
Copy link

$ composer install
bash: composer: command not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants