Larave Spark to define which users can create team
There is a method I can use to define if the users can create teams named noAdditionalTeams, which it can be add at SparkServiceProvider.php to define all users cannot create a team.
There is a way to I define which user can create team or cannot?
I add a field into table users to check if the user can create a team, and use a middleware to set the method Spark::noAdditionalTeams, but it doesn't work.