Comment Re:Ditch PHP (Score 1) 112
"Ditch PHP" is not helpful. First of all, ditch it for what? And why?
Node.js (Vue/React/Svelt (- really shiny!)...etc) seems to be the trendy thing (a.k.a. one of the "next shiny things"), yet JavaScript has historically had similar issues as PHP, but both have evolved to the point where any reason not to use either a five-ten years ago has probably been minimized today. (That said Node.js has introduced a whole new level of dependency hell which is a huge issue that only seems to be getting worse).
Or maybe you would suggest something along the lines of Go or Dart, which are built from the ground up for web development with many advantages, but that would require learning a new language and all the trapping that go with it (including potential infrastructure changes).
One of the biggest things, however... PHP, unlike any of the other options, runs stably almost anywhere including almost every web host everywhere. And for most projects this more important than anything else. Building a system in a fancy new language doesn't mean anything if you can't run it.
Bottom line... if it works don't break it.
BTW Larval has been around and is pretty stable, useful, and is well supported by many tools, so not necessarily the "next shiny thing". (Though last ground up PHP project I built I use Symphony).
BTW, I'm not saying there aren't better technologies out there, and if you can choose your infrastructure, learn all the new languages, and are building something from the ground up (or if you hit a roadblock with what you are currently using), by all means use them, but that doesn't seem to be the case here.