Last active
November 22, 2016 11:33
-
-
Save alexandr-parkhomenko/26b6124317f9866e9daae4ecf828cbb8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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