You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The Laravel vendor folder isn't in the folder's root directory or any directory in the project.
The text was updated successfully, but these errors were encountered: