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.
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?
Well! You need to start creating your models first. After that you can connect them together using relations. If you've done that you can start creating controllers for creating your models and also creating controllers where you show data for specific actions.