Hi,
you're using windows i presume?
windows isn't case sensitive, therefore your model User and your controller user is conflicting.
try changing your controller's class name to UserController.
Rename your user controller to UserController.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.