I am going to build an e-learning website (for project purpose). There will be hundreds of courses in the website. There will be multiple subscription plans: Plan A, Plan B, Plan C, etc. Under every plan there may have multiple plans (i.e. monthly, yearly).
An user can buy any plan (one or many) and access related courses. Some courses will be available for multiple plans.
I know well about Laravel and React. How can I perform the desired tasks using Laravel and react?
If possible, please suggest me learning sources about that topic.
Thank you.