Target class controller does not exist - Laravel 8

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

Here is my controller:



        
14条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-22 05:59

    I had this error

    (Illuminate\Contracts\Container\BindingResolutionException Target class [App\Http\Controllers\ControllerFileName] does not exist.

    Solution: just check your class Name, it should be the exact same of your file name.

提交回复
热议问题