Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

erda055's avatar

Sports management system

Hi everybody, I create a website for the basketball federation, There is a role for the organizer who creates the tournament, once the tournament is created, the coach sees it, then the coach submits an application for participation in the tournament, and the organizer accepts or rejects it.

How to implement such a system on LARAVEL? https://github.com/erda05508/Test-Laravel-basketball

0 likes
3 replies
bobbybouwmann's avatar

Well, you can assign roles or permissions to a user right? Based on that you can show them the correct information?

I can't really help you with building the complete application! Do you have a specific question right now? What have you tried so far?

erda055's avatar

i have created roles, but i can't do (organizer create tournament, after coach sees it, and then coach(with his team) submits an application to join the tournament. The organizer approves or rejects it.) at least tell me steps, how do i start?

Please or to participate in this conversation.