Update troubleshooting.md
parent
8a4a27e450
commit
5e1bd00089
|
@ -198,7 +198,7 @@ your setup. This also assumes that you have sudo privileges and the `php5enmod`
|
||||||
commands available. It also assumes that you have `composer` in your path.
|
commands available. It also assumes that you have `composer` in your path.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
echo 'function composer() { COMPOSER="$(which composer)" && sudo php5dismod -s cli xdebug && $COMPOSER "$@" && sudo php5enmod -s cli xdebug ;}' >> ~/.bash_aliases
|
echo 'function composer() { COMPOSER="$(which composer)" ; sudo php5dismod -s cli xdebug ; $COMPOSER "$@" && sudo php5enmod -s cli xdebug ;}' >> ~/.bash_aliases
|
||||||
. ~/.bash_aliases
|
. ~/.bash_aliases
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue