LoginSignup
0
0

More than 1 year has passed since last update.

Laravel9でつまずいたところ

Posted at

Laravelスタートの見習いエンジニア

自分が学習していく中でつまずいたところをメモします。

まずはMVCの動き方とかを知るために職場の方から教えていただいたこちらのサイトをもとにTODOアプリを作成することにしました。
https://www.hypertextcandy.com/laravel-tutorial-introduction

環境

Laravel9+Docker+mysql+nginx
PHP 8.1.14
editor: PHPStorm

今日つまずいたところ

Routingはあっているはずなのに

target class [クラス名] does not exist.

のエラーが表示される・・・

解決

どうやらLaravel8とLaravel9では動作が違うという
(そりゃそうだよな・・・)

参考記事

https://biz.addisteria.com/laravel_route_error/
とても助かりました。
先駆者の方でこうしてまとめてくださるのは本当にうれしいこと
ありがとうございます。

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