Comment vérifier s'il y a un utilisateur authentifié Laravel

if (Auth::check()) { // The user is logged in... }
Uptight Unicorn