laravel 4 - Running Artisan from ssh on web host not working -


i uploaded local copy of laravel webhosting service (justhost). im trying use artisan doesnt give output. gives me content-type: text/html
for example

username@website.com [~/www]# php artisan --version content-type: text/html 

any idea whats going on?

justhost hast not support php 5.3^ terminal access in shared host, need run specific php version run artisan, /bin/php56 artinsan --version.

is same case run composer on justhost shared host.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -