从Web主机上的ssh运行Artisan无法正常工作

时间:2014-03-24 20:54:52

标签: laravel-4

我将Laravel的本地副本上传到我的虚拟主机服务(justhost)。现在我试图使用工匠,但它没有给出任何输出。它只是给了我Content-type: text/html
例如

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

任何想法是怎么回事?

1 个答案:

答案 0 :(得分:0)

Justhost不支持从共享主机中的终端访问到php 5.3 ^,你需要运行特定的php版本来运行工匠,比如/bin/php56 artinsan --version

与在JustHost共享主机上运行composer的情况相同。