ITIllimar Tambekinillimar.tambek.ee·Apr 22, 2024 · 9 min readTenant-aware Laravel SettingsIn my first article, I shared different strategies for storing settings in a multi-tenant application. I went with an approach where each setting is stored in a separate row in database, and chose to use the Laravel Settings package by Spatie to impl...00
ITIllimar Tambekinillimar.tambek.ee·Jan 12, 2024 · 9 min readStoring settings in multi-tenant applicationsBackground I have a pragmatic approach when making architectural decisions for code: start with whatever is easiest and refactor into more complex options when you need to. As I rebuild Sliptree on Laravel, I occasionally find that some of the initia...00