I'm creating a laravel web system where multiple sub domains will be created to find some services for users. Ex. Panel.domain.com, store.domain.com, etc.
My question is:
- My variables created in the main domain session will be accessible to all sub domains?
- You can manage the entire application in the domain main providing views via routes to sub domains?