Can I Install Laravel without using Composer?

后端 未结 7 2506
渐次进展
渐次进展 2020-12-04 10:12

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?

I would lik

7条回答
  •  一个人的身影
    2020-12-04 10:29

    Yes, you can install all project dependencies via composer in your localhost first, and then transfer all the files via FTP to your actual website.

提交回复
热议问题