Target class controller does not exist - Laravel 8

前端 未结 14 2424
你的背包
你的背包 2020-11-22 05:43

Here is my controller:



        
14条回答
  •  执笔经年
    2020-11-22 05:59

    For solution just uncomment line 29:

    **protected $namespace = 'App\\Http\\Controllers';**
    

    in 'app\Providers\RouteServiceProvider.php' file.

    just uncomment line 29

提交回复
热议问题