Skip to content

Instantly share code, notes, and snippets.

@bitclaw
Forked from carbontwelve/usefull_commands.sh
Created February 24, 2018 14:27
Show Gist options
  • Save bitclaw/e40e6e21ae89416f1ce10ac6ef57d0af to your computer and use it in GitHub Desktop.
Save bitclaw/e40e6e21ae89416f1ce10ac6ef57d0af to your computer and use it in GitHub Desktop.
Running xdebug in the console, for debugging Laravel artisan commands. Useful as I keep forgetting this one...
# Running xdebug in the console, for debugging Laravel artisan commands. Useful as I keep forgetting this one...
php -dxdebug.remote_autostart artisan
#Running phpcs for 5.3:
phpcs -pv --standards= --runtime-set testVersion 5.3 --ignore=*/public/*,*.js,*.css,*/tests/*,*/views/training/* .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment