persist(); // Sign user in. auth()->login($user); \Mail::to($user)->send(new Welcome($user)); return redirect()->home(); } }