add: full multi-tenancy control

This commit is contained in:
Cauê Faleiros
2026-02-02 15:34:08 -03:00
parent c6ec92802b
commit 908bb05362
525 changed files with 15 additions and 116262 deletions

15
.gitignore vendored
View File

@@ -33,3 +33,18 @@ node_modules/
/test-results/
/blob-report/
/playwright/.cache/
# Storage framework (cache/views)
/storage/framework/views/*.php
/storage/logs/*.log
/storage/debugbar/
# Build files
/public/build
/public/admin/build
/public/installer/build
/public/webform/build
# Temporary files
*.tmp*
.tmp*