Skip to content

Instantly share code, notes, and snippets.

@alexandr-parkhomenko
Last active November 22, 2016 11:33
Show Gist options
  • Save alexandr-parkhomenko/26b6124317f9866e9daae4ecf828cbb8 to your computer and use it in GitHub Desktop.
Save alexandr-parkhomenko/26b6124317f9866e9daae4ecf828cbb8 to your computer and use it in GitHub Desktop.
alias cc="php -d xdebug.remote_enable=0 app/console cache:clear"
alias unitx="php -dxdebug.remote_autostart=1 /usr/local/bin/phpunit"
alias oroup="php app/console oro:install --user-name=admin [email protected] --user-firstname=John --user-lastname=Doe --user-password=admin --sample-data=n --organization-name=OroCRM --no-interaction --timeout 3600"
alias orocs="phpcs -p --encoding=utf-8 --extensions=php --standard=psr2 `git diff --name-only`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment