nikkobautista / laravel-tutorial

Other
118 stars 67 forks source link

Redirect on User Creation #10

Open WMeldon opened 11 years ago

WMeldon commented 11 years ago

Was having an issue where I ended up back on the home screen after creating a user. In controllers/user.php, I changed Auth::login($user); to Auth::login($user->id); and it works fine now.