我可以在不使用Composer的情况下安装Laravel吗? - Can I Install Laravel without using Composer?

问题:

I'd like to know if I can install or use the Laravel PHP framework on any web server without using Composer (PHP package/dependency manager) every time? 我想知道我是否可以在任何Web服务器上安装或使用Laravel PHP框架而不必每次都使用Composer (PHP包/依赖管理器)?

I would like to be able to drop my app on to any web server (like a shared server without access to the command line). 我希望能够将我的应用程序放到任何Web服务器上(如无法访问命令行的共享服务器)。

If I run composer install the first time (locally), then all the dependencies should be present, correct? 如果我第一次(本地)运行composer install ,那么所有的依赖项都应该存在,对吗?

Then, I should be able to drop it onto any server with all of the files (including the vendor directory)? 然后,我应该能够将它放到任何包含所有文件(包括供应商目录)的服务器上?


解决方案:

参考: https://stackoom.com/en/question/14sl2
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章