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
Post a Comment