Feeling Lost in Laravel: How Do You Navigate the Learning Struggles?
Have you ever felt stuck while learning Laravel? Like, you understand how things work, but you have no clue when and where to implement them? Sometimes, when I read Laravel code, it doesn’t even feel like PHP to me. I have some ideas about what I want to build, but the moment I start coding, I feel completely stuck. How do you deal with this?
@emranpy There is no way to master it, the only thing you can do is try to keep up, there will always be new stuff coming. What you can master is the basics, and when you know the basics, then you will have an easier time to understand and learn new stuff.
The only way to get better is to practice, and try to keep an open open mind to the new stuff coming out, but don't jump on all the new things until you need to.
Some say that you should use this or that stack to do things, I say use the one you know unless you don't have a say in the tech stack.
but don't jump on all the new things until you need to.
You got that right. I have tried some of the new, and said no. I stick to the core stuff, php, regular js,
and even regular css. I have moved from fetch js to axios js however.
@emranpy as an example, if you go through the steep learning curve you can actually learn
to do your own in place editing, and adding a record on the fly using a regular html table. I see so
many here reaching for "datatables" which I cannot understand why.