简体   繁体   中英

PHP Framework Deployment on Shared Hosting

几乎所有新的PHP框架都需要Composer进行安装,但是我的问题是,如果我在本地使用此类框架开发应用程序,是否可以将其部署到共享的Web托管中,而无需访问ssh或Composer?

You can deploy to shared hosting, but you'll need to avoid using composer ( to install in production ). I would suggest just using composer locally and the using FTP to upload the entire project, as you would a normal project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM