I have an application developed with Laravel that has some small .php files in the public folder that are loaded in a given view.
I need to pull user information logged in to these files, but I could not get it with Auth :: user (). How can I do it? I believe that this information is in a session or something, but I do not know how to recover it.