daisy21
MULTITENANCY with subdomain routing for tenant
hi im new to multitenancy and stuff and trying to figure out how to do it , one thing in my mind is now how do i setup things in the server side if im using ubuntu with LAMP or LEMP which is recommended? and or if im using cpanel
3 replies
SETTING MULTIPLE DATABASE FILAMENT
is it possible to use 2 different database for a filament project?
ex : i have a filament project A and B now i want to make filament B have its own DB but still uses A's to view some of its tables. can filament understand which connection the model uses if i use this in the model? .
protected $connection = 'mysql2';
9 replies