Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有正确的方法将 laravel 5.2 安装或上传到 godaddy plesk 面板
在 Plesk 12.5 之前,您可以使用 zip 存档和 FTP。
从 Plesk 12.5 开始,您可以使用Composer(域 > 应用程序 > 扫描),composer.json例如:
Composer
composer.json
{ "name": "mytestapp", "version": "0.0.1", "require": { "laravel/laravel": "5.2.*" } }
从 Plesk 17.0 开始,您可以使用 Git。