Laravel 5: override the default view for Registration page
问题 I want to change the auth process to use another view template. E.g. instead of resources/views/auth/register.blade.php it shall be used resources/views/register.blade.php . But I struggle to find the code where this view is called. The only place I found was in app/Services/Register but only if the validators fails. I need the place when the view is called per default. 回答1: In AuthController, you can overwrite the method getRegister() method like this : public function getRegister() { return