# 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_teams
value totrue
in yourconfig/laratrust.php
file.Run
php artisan laratrust:setup-teams
.Run
php artisan migrate
to 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.