# Teams Feature
NOTE
The teams feature is optional, this part covers how to configure it after the installation.
If you had your use_teams set to true during the installation and automatic setup, you can skip this part.
Set the
use_teamsvalue totruein yourconfig/laratrust.phpfile.Run
php artisan laratrust:setup-teams.Run
php artisan migrateto apply the changes to the database.
Now you can use the teams feature in you code.
Please refer to the teams concepts concepts to learn how to use them.