Skip to content

Instantly share code, notes, and snippets.

View celorodovalho's full-sized avatar
🎯
Focusing

Rodovalho celorodovalho

🎯
Focusing
View GitHub Profile
@yannbertrand
yannbertrand / using_xdebug_with_postman.md
Created December 6, 2016 15:04
Using xDebug with POSTMAN

Set the url with ?XDEBUG_SESSION_START=PHPSTORM and set a header Cookie: XDEBUG_SESSION=PHPSTORM

@klederson
klederson / phpcs-mac-os-howto.md
Last active January 12, 2023 00:07
How to setup PHP CodeSniffer into PHP Storm with Mac OSX

Good Practices

PHP CodeSniffer into PHP Storm

Install PHPCS in mac

sudo cp /private/etc/php.ini.default /private/etc/php.ini;
sudo php /usr/lib/php/install-pear-nozlib.phar;
pear config-set php_ini /private/etc/php.ini;