php - Laravel setup on HostGator shared plan -


i'm trying setup laravel on hostgator shared plan. i've followed these instructions:

http://laravel.io/forum/02-13-2014-how-to-install-laravel-on-a-hostgator-shared-server

i created , uploaded .bashrc , .bash_profile files instructed, run:

source ~/.bashrc

in terminal, when run php -v

no such file or directoryphp

i tried uploading htaccess file addhandler application/x-httpd-php55 .php root directory. when run phpinfo() now, shows php version 5.5.10, php -v (before run source command) still shows version 5.2.17.

any idea i'm doing wrong?

i able laravel installed this:

http://shincoding.com/laravel/installing-configuring-laravel-shared-hosting/


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

c# - Unity IoC Lifetime per HttpRequest for UserStore -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -