I am looking for a PHP-based framework that is ready to go with the following functions 1. Simple control panel with login / output 2. Several databases with each db representing the client. Just the basic structure. 3. Simple registration support
Use case: I boot from github and deploy to the server. Suppose the server is configured for dns and more.
I create a user through registration - a new db and a tenant folder created on the server are created
Then i can access
tenant1.stckoveawesm.com
tenant2.stckoveawesm.com
each of which connects to a different db. Suppose: * .stckoveawesm.com is mapped to the server hosting the framework.
I know that there is a code igniter, Zend and Symphony, which supports the framework. I am looking for a library / framework ready to go. A shell code that can just do the trick with min. configurations.
source share