Find us on facebook

May 2, 2015

No User logged in//Current user authenticated?/Get current user ID

use Illuminate\Support\Facades\Auth;

Auth::guest()

Auth::check()

\Auth::user()->name;

No comments:

Post a Comment