php - Laravel 5.3 Different Workspaces -


i'm using laravel 5.3. have company registration , company invites employees. objective each company , employees work on unique "workspace".

an example company zeus has it's employees hercules , megara. when either hercules or megara login, go workspace "olympus" view different information pulled several api's.

i'm kind of confused on how proceed accomplish this. can give me guidance?

to add example, company odin has employee thor. when thor logins, go workspace "valhalla". of on same application.

edit: i've done registration part , inviting users. question is, how structure app presents different workspaces depending on logged in employee?

edit2: give more real life example, it's slack has teams(but in case there 1 "team" each company) or podio.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -