From the course: Extending Laravel with First Party Packages

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Create a blog comments system

Create a blog comments system

- [Instructor] All right guys, welcome back. So we are going to be working on creating a Blog Comments System right now in this video, and I know it might seem like a little bit of a review, but that's okay, it's actually going to be like a small little comments API, and we're going to need this to be setup so that we can start blazing ahead with Laravel Echo, so I want to get this out of the way first. I know it's a review for a lot of you, but it might cover some stuff that you haven't seen before, like working with an API and API routes, and so, I think it'll be good to just to kinda see what's going on and I want to create it, because we're gonna be working in these pages throughout all the rest of the videos in this section, so I just want to kinda go on screen and cover all this material. So, we're gonna start off by allowing users to create comments for blog posts. We're gonna save those via the API, so those are gonna be API endpoints. Our comments are going to have a…

Contents