Target class controller does not exist - Laravel 8

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

Here is my controller:



        
14条回答
  •  自闭症患者
    2020-11-22 06:12

    Just uncomment below line from RouteServiceProvider (If does not exists then add)

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

提交回复
热议问题