我已经在GoDaddy的共享主机中启动并运行Laravel 5.1。在安装中我有function myFunction() {
return Array.prototype.slice.call(document.getElementsByClassName("price"))
.map(function(el) {return Number(el.innerHTML.replace(/\$/, ""))})
.sort();
}
和composer.json
这是否意味着已经安装了编辑器?另外,如果我尝试在我的ssh中输入作曲家版本composer.lock
,我会得到composer -V
。另外,如果我确实需要安装-bash: composer: command not found
,我需要在composer
或root
中安装它。
答案 0 :(得分:2)
不,您必须通过DRUSH
手动安装composer,这是cPanel的命令行实用程序:https://www.godaddy.com/help/how-to-install-drush-on-cpanel-shared-hosting-12396
编辑:Google是您最好的朋友
http://endlessgeek.com/2014/03/install-drush-cpanel-shared-hosting/
答案 1 :(得分:-1)
我按照上一个答案中的链接安装Drush,然后使用命令行成功创建了一个新的laravel 5.1项目
尝试使用:php composer.phar -v而不是composer -v 您需要位于composer.phar文件的目录中才能使用它
只需在我的GoDaddy CPanel共享主机
上进行设置即可希望这有帮助