feat: implement tenant management system including database schema, CRUD services, and bootstrap functionality

This commit is contained in:
2026-06-26 12:16:50 -03:00
parent 0dae985230
commit 1f9d876bc3
8 changed files with 394 additions and 5 deletions

View File

@@ -13,6 +13,12 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
'codigo',
'nombre',
'dominio',
'primary_color',
'secondary_color',
'danger_color',
'header_footer_bg_color',
'header_logo',
'footer_logo',
])]
class Tenant extends Model
{