IMPORTANT: I'm not asking for the source code to do this, I'm just looking for someone to tell me how to do it and then I'll try by myself to do this.
Hello, I'm a Laravel beginner so I'm sorry if this sound logic to you, here is my question: I need to display review on the profile of my community, I need :
- Short text for the review
- Rating system between 0 and 5 (star rating)
- Date of the review (Month and year)
- First name and last name of the reviewer
- Count the number of review for a profile
I'm absolutely not looking for the source code to do this, I'm just looking for someone to tell me like 'you have to create a database, put this data in.. etc' etc because I have absolutely no idea where to start to do this. Once this will be done, I need to display each review of the right profile and make an average of the rating which is from 0 to 5
Thank you and have a nice day/night ! :)