What do you really wanna build and which part do you need help with?
Tips for getting a grasp on Laravel MVC?
I went through the TDD Birdboard series and most of the Laravel 6 from scratch. I'm still asking a lot of questions and having issues debugging while trying to add to the Birdboard app.
Can someone suggest a series, tutorial or another reference to get a good grasp on this?
Practice is, in my opinion and in your situation, the best way to go.
Try making a simple app ( ie: blog ) without following any course at all.
You are going to hit bumps, when it happens, take a brief moment to think, tinker , and if you can't find a solution, try googling your problem ( learning to search on google is an important skill ) or to find a solution in this forum.
Finally more specifically to the birdboard app. Since it's a TDD project you can try "Build a forum with TDD" wich is a bit older but very in-depth course (102 lessons) to keep learning on top of that.
Please or to participate in this conversation.