NicklasWallgren / PokemonGoAPI-PHP

Pokemon Go API PHP library
BSD 2-Clause "Simplified" License
130 stars 51 forks source link

Laravel begginer problem #179

Open kronosinc opened 5 years ago

kronosinc commented 5 years ago

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

kronthto commented 5 years ago

Did you run composer install?

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.

See https://getcomposer.org