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?– novic
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
– Raylan Soares