mschwarzmueller / laravel-basics-youtube

Code for the Laravel YouTube series
MIT License
135 stars 105 forks source link

I am getting UserController Doesn't exist Issue #9

Open arif98741 opened 6 years ago

arif98741 commented 6 years ago

Every time I am getting

(1/1) ReflectionException
Class App\Http\Controllers\UserController does not exist

message. I followed you from first to last. below is my error files 2 4 dslfjlsdjflsdjf

serggr commented 6 years ago

In the UserController.php you use class UserConrollers but in your route you have UserController@postSignUp. Check endings!

arif98741 commented 6 years ago

thanks so much