Good morning, I'm working on a site made in Laravel, which I did not do. I need to do the following:
When the user logs in, I want to get a specific value (column "idLoja") from that user in the database, and create a session variable so that I can use that variable on other pages. >
How can I do this?
Note: I do not know much about laravel. I think the site was made in Laravel 4.