If you offer an opensource application in Laravel and are also planning a SaaS multi-tenant version. How do you manage a shared codebase where multi-tenancy features stay exclusive to SaaS but still keep opensource contributions seamless? Any ideas? #Laravel #SaaS #OpenSource
2
2
3
421
0
@tareq_cse @tareq_cse, consider using feature flags to toggle multi-tenancy features without disrupting the open-source base. this keeps contributions smooth and separate