We rolled our own solution that we probably need to open source. Each domain gets it's own service provider and is tucked away in `app/WhateverDomain/Providers`. We go all in on the domain structure, `app/` is just a list of domains. And we extend the `artisan make` commands. It's gooooood.
2 likes 1 replies
?