Change session timeout based upon user type/group
I have a unique situation here. In a site I am currently writing we need the session timeout to be 30 minutes if you are an admin and 1 hour if you are a regular user. I can’t seem to find any documentation in Laravel where you can change the session timeout based upon the user group or dynamically. I am needing to change the timeout for the current session not all sessions.
Can Migrations change project into production?
I would like to know if I make changes into my laravel project in localhost (I downloaded the project from the hosting) the project from the hosting also changes