Integrating Tenancy into My Laravel Panel #1049
Unanswered
bulentsakarya
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a panel I use for the systems I develop on Laravel. It's built on Fortify's authentication system, allowing both users and admins to perform actions through their respective panels.
Additionally, the system uses the rap2hpoutre/laravel-log-viewer package to access log files and has an event/listener structure to record activities.
Since the panel is ready, I can focus solely on building the core system, making the process more efficient by avoiding distractions.
I plan to add a few more tweaks and then release this panel as open source.
Now, I want to add SaaS features to this panel. I previously used the lucasdotvin/laravel-soulbscription package for package management, but things got complicated when I needed to implement tenant definitions.
Therefore, I'm considering switching to a ready-made tenant system. How can I integrate such a system into my panel? Are there any systems I can use as examples? Does it support package management? Also, is using subdomains optional?
Beta Was this translation helpful? Give feedback.
All reactions