• JDubbleu@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      3 months ago

      I’ve become the primary maintainer of a jumbled mess of a PHP/Laravel project we use as our"mission control" at work and I’ve been dying due to lack of dev tools. Might have to take a look at this (pester my manager for a license) assuming it has Laravel support.

      • Rikudou_Sage@lemmings.world
        link
        fedilink
        arrow-up
        2
        ·
        3 months ago

        Not sure if natively, but there will definitely be a plugin for Laravel if not.

        You can try it for 30 days for free and see for yourself. Or you can always use the early access builds for free.

  • lemmy_in@lemm.ee
    link
    fedilink
    arrow-up
    10
    ·
    3 months ago

    Jetbrains Phpstorm is probably best in class, but you’ll have to pay for it.

    • sjpwarren@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      3 months ago

      I don’t do PHP. But I used other JetBrains tools for Go, Python and Java and they are very helpful. The AI Assistant is pretty good for explaining code. I am not in anyway paid by them. Good Luck

  • tsonfeir@lemm.ee
    link
    fedilink
    arrow-up
    6
    ·
    3 months ago

    A lot depends on how the PHP site was set up. Does it have requirements? Apache? What version? MySQL? Is it using a framework? Composer, hopefully?

    Theoretically all you need is PHP installed. You can run it from the command line with -S… maybe.

    More information would be helpful.