Php 未定义路由类

Php 未定义路由类,php,laravel-5,Php,Laravel 5,我正在使用Laravel 5.7,此代码出现以下错误:+ /* |-------------------------------------------------------------------------- | Web Routes |-------------------------------------------------------------------------- | | Here is where you can register web routes for you

我正在使用Laravel 5.7,此代码出现以下错误:+
/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| contains the "web" middleware group. Now create something great!
|
*/

Route::get('/welcome', function () {
    return view('welcome');
});
致命错误:未捕获错误:在C:\wamp64\www\master fullstack\api rest laravel\routes\web.php:14中找不到类“Route”


致命错误:未捕获错误:在第16行的C:\wamp64\www\master fullstack\api rest laravel\routes\api.php中找不到类“Route”

您提到的文件/代码中没有问题。您的API路由似乎有问题,在routes\API.phpAlso上出现此错误致命错误:未捕获错误:在C:\wamp64\www\master fullstack\API rest laravel\routes\web.php:14中找不到类“Route”,内部“别名”:“路由”=>Illumb\Support\Facades\Route::Class找不到app.phpIt的内部配置文件夹