Did you read the docs for invitations already? https://jetstream.laravel.com/2.x/features/teams.html#invitations
I mean, this should give you a pretty good starting point of how you could move from one invite to batch invites.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Do you have any ideas for implementing a comprehensive addition of users to the team? For example, when I add the first email and press space on my keyboard I can add another email (in the same field). Then I collect all emails and send them to my Laravel server where I dispatch invitations to all emails in a queue or something like that. Sorry if it's a boring question, but I just began work with inertia, vuejs, laravel and have no idea how to realize that.
I use VueJS Composition API, InertiaJS and Laravel 9.
Thanks before :)
Please or to participate in this conversation.