LoginSignup
1
0

More than 3 years have passed since last update.

BadMethodCallException Method Illuminate\Routing\Route::get does not exist. のエラー

Last updated at Posted at 2020-08-13

「PHPフレームワーク Laravel入門 第二版」を使ってlaravelの勉強をしていたが、p33の
helloルートにアクセスできず、「BadMethodCallException Method Illuminate\Routing\Route::get does not exist. 」と表示される。

解決法

routes/Route.phpのuse Illuminate\Routing\Route;use vendor\laravel\framework\src\Illuminate\Routing;に書き換える。

1
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
1
0