gecche / laravel-multidomain

A Laravel extension for using a laravel application on a multi domain setting
MIT License
838 stars 105 forks source link

Can system use centralized user authentication? #85

Closed HP161 closed 2 years ago

HP161 commented 2 years ago

I want a centralized administration system for users, domains, .. for all websites. Thanks for the feedback!

gecche commented 2 years ago

Hi,

the package allows to use the same codebase for N domains/websites. But if you want a system which collects info form all such domains, I think you need to implement to distinct applications (one for the centralized stuff and one for the N domains/websites) or to use another approach than this package

Cheers

Giacomo