illimar.tambek.eeTenant-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...Apr 22, 2024·9 min read
illimar.tambek.eeStoring 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...Jan 12, 2024·9 min read