timokfine's avatar

Spark: multiple teams?

I'm developing an eSports application. Users will create teams, invite users and then compete in the leagues on offer.

Out of the box, does Spark provide the ability to create/join multiple teams?

Alternatively, is there any way to take Spark for a trial of sorts? I'm not 100% sure whether or not it will be suitable for what I'm hoping to achieve.

I couldn't find any answers in the documentation.

Thanks!

0 likes
3 replies
bobbybouwmann's avatar

Not sure about the multiple teams, but I think it should be possible.

Spark doesn't give users a trial version. You get direct access to the repository, so with a trial version you would be able to download the code and that's not what Taylor wants of course.

I recommend you to watch the Spark videos here on Laracasts, they might answer your questions: https://laracasts.com/series/laravel-spark

EventFellows's avatar
Level 16

Yes it does and you can limit it in 3 ways from the owning account perspective:

        ->maxCollaborators($max)
        ->maxTeams($max)
        ->maxTeamMembers($max)

Users can create as many teams as they want (unless you limit it as mentioned above) and they can also join other people's teams if they are invited.

2 likes
timokfine's avatar

Great. Thanks, guys!

I assumed there was no trial version. More than happy to pay for a license, just thought I'd take it for a spin beforehand if possible.

Thanks again.

:)

Please or to participate in this conversation.