Docs seem shallow but still one of the best resources. Besides that and the API, i often find it eas...
Did you try to debug postRegister method in trait RegistersUsers to see what's actually happening?
You can declare a route like: Route::get('home', 'HomeController@index'); And then: Route::get('/',...
The Laravel portal for problem solving, knowledge sharing and community building.
The community