Install Laravel 4 with no root php 5.3 -


to install laravel 4 i've tricks because don't have root php 5.3

instead of using php i've use: /opt/php53/bin/

so after downloading composer.phar type:

/opt/php53/bin/php ~/composer.phar create-project laravel/laravel

everything works fine until gets json file line: php artisan optimize

then have edit json file , change occurrences of php /opt/php53/bin/ , run

/opt/php53/bin/php ~/composer.phar update 

is there better way deal this?

which operating system on? can create alias in linux or mac , add php path in windows. in either case have better , short representation long path php.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -