1. How to Use a PHP Multi-Tenant Framework On Top of Symfony to Implement Applications that Serve Multiple Customers with the Same Code
Updated on: 2023-03-11
Posted on: 2023-03-11
Multi-tenant applications serve multiple users or customers running the same code base and various versions of the same application as if the applications are separate.
This type of application structure allows a single effort to address the needs of different customers with minimal measure of adaptation.
This package provides an example of a multi-tenant application using the Symfony framework to help other developers learn from this effort.
More ... Post a comment See comments (0) Trackbacks (0)
This type of application structure allows a single effort to address the needs of different customers with minimal measure of adaptation.
This package provides an example of a multi-tenant application using the Symfony framework to help other developers learn from this effort.
More ... Post a comment See comments (0) Trackbacks (0)