# Teams Feature
NOTE
The teams feature is optional, this part covers how to configure it after the installation.
If you had your teams.enabled
value set to true
during the installation and automatic setup, you can skip this part.
Set the
teams.enabled
value totrue
in yourconfig/laratrust.php
file.Run:
php artisan laratrust:setup-teams
- Run:
php artisan migrate
Now you can use the teams feature in you code.
Please refer to the teams concepts concepts to learn how to use them.