Pull logged in user information without using Auth::user()

Asked

Viewed 119 times

0

I have an application developed with Laravel that has some small. php files in the public folder that are loaded in a certain view.

I need to pull user information logged in in these files, but I couldn’t with Auth::user(). How can I do it? I believe that this information stays in a Session or something like that, but I don’t know how to recover.

  • Public folder with files .php, what reason to do so?

  • is like a chat plugin that is being used in the application, its folder stays in the public and it has some templates and tals. https://www.magnoliyan.com/video-chat-pro

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.