php artisan make:控制器错误类Rout未找到

The*_*Man -1 php laravel

php artisan make:控制器正在工作,但现在产生这个错误?

[Symfony\Component\Debug\Exception\FatalErrorException]找不到类'Rout'

Jos*_*ber 5

好像你的路线文件中有一个拼写错误,位于app/Http/routes.php.

Rout有而不是Route.