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

No Vendor folder #73

Open
habeycole opened this issue May 11, 2024 · 3 comments
Open

No Vendor folder #73

habeycole opened this issue May 11, 2024 · 3 comments

Comments

@habeycole
Copy link

The Laravel vendor folder isn't in the folder's root directory or any directory in the project.

@KeronLewisGit
Copy link

KeronLewisGit commented May 13, 2024

Run composer update
Then composer install

@OthmaneNissoukin
Copy link

@habeycole Basically Laravel vendor contains the project dependencies which can be installed anytime running composer i command in the project directory, and if you checked .gitignore file in the project you will find the vendor is mentioned there as well as some other files and folders which are meant to be ignored when pushing the project to github to not be uploaded which makes sense for vendor and node_modules for example.

@habeycole
Copy link
Author

Awesome! Thanks @KeronLewisGit and @OthmaneNissoukin. Your inputs are highly appreciated!

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

3 participants