laravel 環境構築
解決したいこと
laravelの環境構築をしようとしています。
chromeでhttp://localhost/testweb/public/を入力した所、3つのエラーが出てきました。解決したいです。
Warning: require(C:\xampp\htdocs\testweb\public/../vendor/autoload.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\testweb\public\index.php on line 14
Fatal error: Uncaught Error: Failed opening required 'C:\xampp\htdocs\testweb\public/../vendor/autoload.php' (include_path='\xampp\php\PEAR') in C:\xampp\htdocs\testweb\public\index.php on line 14
Error: Failed opening required 'C:\xampp\htdocs\testweb\public/../vendor/autoload.php' (include_path='\xampp\php\PEAR') in C:\xampp\htdocs\testweb\public\index.php on line 14
0 likes