Logout de Laravel após mudança de senha
<?php
//$user->passwordChangeMagicHere()
Auth::login($user);
//And the user is logged in again!
Aashiq Hasnat
<?php
//$user->passwordChangeMagicHere()
Auth::login($user);
//And the user is logged in again!