0
0

More than 1 year has passed since last update.

【Laravel】useしているのにClass not foundエラーが出たときの対処方法

Posted at

原因

対象の名前空間を指定したファイルが存在するのに、クラスが見つからない主な原因は、そのファイルがコンパイルされていないこと。

対処方法

ファイルの変更内容が読み込んで適切にコンパイルし、クラスを生成してくれる以下のコマンドを実行する。

terminal
composer dump-autoload
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0