Target class [UserController] does not exist error in Laravel 10
I am a beginner and trying to save a small form in the database. Once I hit the submit button on the form, the error comes: "Target class [UserController] does not exist" I have already crawled online resources, got my…