65067/how-can-we-check-the-logged-in-user-info-in-laravel
Hey @kartik,
yes we can keep track of all the user info in Laravel.
User() function is used to get the logged-in user
Example
if(Auth::check()){ $loggedIn_user=Auth::User(); dd($loggedIn_user); }
Thank You!
Middleware acts as a bridge between a ...READ MORE
Hello, Migrations are like version control for your database, ...READ MORE
Laravel is configured to use MySQL by ...READ MORE
We need to create a new model ...READ MORE
Laravel is a PHP web-framework; it utilized ...READ MORE
Hey @kartik, First you must have xampp install ...READ MORE
Hello, First you need to have laravel install ...READ MORE
Hii, First you need to start Apache and ...READ MORE
Hey, We can easily use custom table in ...READ MORE
Hello @kartik, You can get the current user's ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.