I am a TALL stack (Tailwind, Alpine, Laravel and Livewire) enthusiast. I have used Laravel to create a SaaS application, am the organizer of the LaravelSTL Meetup, and am passionate about helping people contribute to open source.
To build multi-tenant functionality, we need to add the ability for a user to only see data that belong to his or her tenant in the database. To accomplish this, we'll set a Laravel global scope on every model.