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
Warning: require(C:\xampp\htdocs\blogapp\public/../vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\blogapp\public\index.php on line 24
Fatal error: require(): Failed opening required 'C:\xampp\htdocs\blogapp\public/../vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\blogapp\public\index.php on line 24
The text was updated successfully, but these errors were encountered:
Composer is a tool used to manage dependencies so we don't have to include the same vendor code in all project repos. It will create this autoload file.
Warning: require(C:\xampp\htdocs\blogapp\public/../vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\blogapp\public\index.php on line 24
Fatal error: require(): Failed opening required 'C:\xampp\htdocs\blogapp\public/../vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\blogapp\public\index.php on line 24
The text was updated successfully, but these errors were encountered: