I create an application and I need the administrator to change 3 global application options: Start...
I am using Confide for users authentication and Laravel Mutli Tenant package so that each user can o...
I created a totally working application which has tables like notes, invoices, projets, clients, etc...
Hi, I try to create a small CRM with "leads", notes about leads", clients" and &...
Hi, I am working on my first application. I created two database tables: "leads" and "...
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.
The community