Relative Content

Tag Archive for phplaravelalpine.jslivewire-3

Can’t foreach comments into my Lesson view Laravel and Livewire

This is a course platform. Courses, sections and lessons are working correctly. I have a Comments system that I saw in a tutorial, works perfect, the problem, I want that comments belongs to a specific lesson. The way it was developed was to work in the entire course the same comments. I don’t like it that. So i started to change a few things to associate each comment to specific Lesson. This works on Laravel 10 + Livewire 3. It is pretty confusing and pretty hard.