I’ve started building a new portal for work, after many iterations we have settled on Laravel 8 and Jetstream.

The biggest annoyance so far has been a personal team getting created for every single user. We don’t want these unused entries clogging up the database, as we will consider a team as a company that we transact with.

Removing them is quite easy, so let’s dive right in.

Link to original post