Auth::user() laravel output code example Example 1: laravel auth user_id $userId = Auth::id(); Example 2: laravel auth // Laravel 5.x php artisan make:auth