沃梦达 / 编程问答 / php问题 / 正文

Laravel,如何在没有作曲家的情况下手动安装包

Laravel, how to manually install package without composer(Laravel,如何在没有作曲家的情况下手动安装包)

本文介绍了Laravel,如何在没有作曲家的情况下手动安装包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

想在没有 composer 的情况下手动安装 Laravel-Excel (Maatwebsite) 包,但我不知道如何.

Wanted to install Laravel-Excel (Maatwebsite) package manually without composer, but I dont know how.

为什么?因为我在其他人设置的免费托管服务器中有一个 laravel 项目,我只能使用 Filezilla 来编辑/下载/上传代码.

Why? Because I have a laravel project in a free hosting server setup by other guy, and I can only access using Filezilla to edit/download/upload the codes.

如果只有 Filezilla 允许使用composer update"的命令提示符,那就更容易了.

If only Filezilla allow a command prompt that could use "composer update", then it will be easier.

推荐答案

  1. 将包添加到供应商文件夹.您可以使用 filezilla 上传它
  2. 在vendorcomposerautoload_namespaces.php 中添加引用
  3. 在vendorcomposerautoload_psr4.php 中添加引用

来源laravel.io

这篇关于Laravel,如何在没有作曲家的情况下手动安装包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本文标题为:Laravel,如何在没有作曲家的情况下手动安装包

基础教程推荐