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

0

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.

    
asked by anonymous 18.05.2017 / 16:19

0 answers