Laravel, how to manually install package without composer(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.
推荐答案
- 将包添加到供应商文件夹.您可以使用 filezilla 上传它
- 在vendorcomposerautoload_namespaces.php 中添加引用
- 在vendorcomposerautoload_psr4.php 中添加引用
来源laravel.io
这篇关于Laravel,如何在没有作曲家的情况下手动安装包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Laravel,如何在没有作曲家的情况下手动安装包
- SoapClient 设置自定义 HTTP Header 2021-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- 正确分离 PHP 中的逻辑/样式 2021-01-01
- Mod使用GET变量将子域重写为PHP 2021-01-01
- 从 PHP 中的输入表单获取日期 2022-01-01
- 带有通配符的 Laravel 验证器 2021-01-01
- PHP Count 布尔数组中真值的数量 2021-01-01
- 如何定位 php.ini 文件 (xampp) 2022-01-01
- 没有作曲家的 PSR4 自动加载 2022-01-01
- Laravel 仓库 2022-01-01