I learn Laravel and try to reproduce what is in that video. I created a database, I created an user...
I found the answer. I will use a route filter. Route::filter('multitenant', function(){ TenantSc...
elite123 said: Yes, when you create a tenant you would create the database and tables for that tena...
@ elite123 For the "one database per tenant" approach, is there a easy way to implent it w...
The Laravel portal for problem solving, knowledge sharing and community building.