you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 3 years ago (1 child)

PHP the language has become pretty nice, but I recently had to work with a PHP CMS deployment, and it was an absolute pain to do. PHP frameworks seem to still exist in a world where you manually upload code to a manually configured server running apache. Dockerizing the CMS (uses Symfony) is/was an absolute pain.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 3 years ago

    I know that there are loads of solutions out there that can do this for you, though I don't have much experience with it myself directly. Not a great fan of docker, still, as it's not a requirement and in many cases that extra piece that fails and then is a PITA to fix.

    I'll look to include it in my own framework, though

  • source
  • parent