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
Getting error Warning: require_once(./../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/public/index.php on line 4
#1
Open
dibdutta opened this issue
Jan 24, 2023
· 0 comments
Looks like the /vendor/ folder is missing from your codebase , but in your
index.php
there is an dependency line no -4require_once './../vendor/autoload.php';
Probably mistakenly you have added
/vendor/
in your.gitignore
?The text was updated successfully, but these errors were encountered: