phpstorm

  1. Kier

    Unmaintained Javascript debugging with PhpStorm and Google Chrome using your own Chrome profile

    This is a tutorial to get Javascript debugging working in PhpStorm with Chrome while using your own Chrome user profile. The goal here is for PhpStorm to open a Chrome window for debugging purposes using your own user profile, rather than an arbitrary one that doesn't have any of your open tabs...
  2. LPH

    XF 2.2 Error in PhpStorm terminal building addon

    The following error happens in PhpStorm terminal when attempting to build an addon. Fatal error: Uncaught Error: Call to undefined function mysqli_report() in C:\MAMP\htdocs\community\src\XF.php:113 Stack trace: #0 C:\MAMP\htdocs\community\src\XF.php(75): XF::standardizeEnvironment() #1...
  3. Kier

    Unmaintained PhpStorm Live Templates for XenForo 2 20210519

    This is an export of the Live templates I use for XenForo development in PhpStorm. You can see them in use in the Building with XenForo 2 video series. The list of templates is far from complete, and will be updated periodically as I get around to it but in the interest in sharing useful work...
  4. BoostN

    XF 2.0 PHPStorm and GIT

    Hey all, I've got the repository created and I'm able to commit and push changes fine to the project on gitlab from phpstorm. Now I would like to continue to work on the project on a different PC and I want to pull/clone my latest changes into this PC. I have a fresh local install of XF...
Back
Top Bottom