Support the ongoing development of Laravel.io →
Authentication Session Forms
Last updated 3 years ago.
0

If registration returns user id:

Auth::loginUsingId($id);

If registration returns user object:

Auth::login($user);

http://laravel.com/docs/5.1/authentication

Last updated 10 years ago.
0

Sign in to participate in this thread!

Native PHP

Your banner here too?

leogaona leogaona Joined 17 Jun 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.