I'm trying to install laravel. I'm following the instructions which currently state:
So I:
However when I go to webapps/myapplication directory and issue At the moment I have the following in my
Why doesn't this work? And how can I get it to work? UPDATE Found my answer but would still like to understand the WHY asked 23 Jul '14, 22:37 user |
Found the answer here: https://community.webfaction.com/questions/14256/symfony2-composerphar-not-pointing-to-correct-php-cli The solution was to make a symbolic link to php55 in ~/bin instead of using a bash alias:
And then edit .bashrc to have (if you don't already have this):
answered 23 Jul '14, 23:07 user |