Support the ongoing development of Laravel.io →
Authentication Session Forms
Last updated 2 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 9 years ago.
0

Sign in to participate in this thread!

Eventy

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.

© 2024 Laravel.io - All rights reserved.