Tag: PHP

  • Today I played around a while trying to configure Xdebug profiler to work with PhpStorm.  The following config only apply to a local LAMP stack with Xdebug installed with homebrew. Here is the xdebug.ini I used : The folder you choose for the output must be writable by the server. You can also be lazy…

  • PhpStorm custom icons

    PhpStorm custom icons

    I stumble upon an excellent icon alternative made by Bernard Kowalski to the boring standard PhpStorm icon. You can download it here 😉 Here are the steps to replace your PhpStorm icon so it shows within the application itself: Right-click on PhpStorm.app and Show Package Contents Navigate to Contents/Resources/ Replace webide.icns with custom icon (making sure the…