To learn more, check this section: https://jetstream.laravel.com/features/teams.html
Enabling Jetstream Teams
By default, Jetstream’s Teams feature is included in the Jetstream package. This feature allows users to create teams and invite other users to collaborate within those teams. Each team can have its own set of resources, and users can easily switch between teams. Key features include:- Team Creation: Users can create teams directly from their dashboard.
- Invitations: Team owners can invite others to join their teams via email.
- Team Management: Team members can be assigned different roles, and permissions can be managed to control access to team resources.
- Switching Teams: Users can seamlessly switch between multiple teams they are a part of.
Disabling Jetstream Teams
If your application does not require team functionality, you can easily disable the Jetstream Teams feature. This can be done by modifying theconfig/jetstream.php
configuration file.
To disable the Teams feature, simply comment out or remove the following line in the features
array: