avosalmon / modular-monolith-laravel

Sample application for Laracon Online 2022.
https://youtu.be/0Rq-yHAwYjQ?t=4070
168 stars 36 forks source link

[Question] modularizing user #6

Open johnadvincula-ada opened 2 years ago

johnadvincula-ada commented 2 years ago

Hi Ryuta, Thank you for your awesome talk. I would like to ask your suggestion on modularizing user module? each user type can have one module? let say admin module, customer module and merchant module? or all user type can be put on the user module and create one module for the role?

Btw, where do you put all common classes that are not binded/related to any modules like helper classes or utility classes?

Thanks a lot :)