Tenant-aware Laravel Settings
Apr 22, 2024 · 9 min read · In 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...
Join discussion