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

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -