@kuchen

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

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

1Answer

何をやったのか書いてないのでエスパー回答になりますが、composer install を実行していないことが原因と思われます。
余談ですが記述内容に色々おかしな点があるので、新しめの教本を使用して学習した方が良いです。

0Like

Your answer might help someone💌