且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在没有作曲家的情况下安装Collective \ Html \ HtmlServiceProvider?

更新时间:2023-11-17 20:37:28

另一种解决方案是使用composer在本地下载它,然后使用ftp客户端上载整个项目(包括 vendor 文件夹)./p>

I am on a cpanel shared hosting and don't have access to SSH. How can I install Collective\Html\HtmlServiceProvider without SSH? If I had SSH access I would use:

composer require laravelcollective/html

But I don't know what to do now.

Another solution would be downloading it locally with composer and uploading the entire project (including the vendor folder) with a ftp client.