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.
我想使用 capifony 部署我新建的 Symfony2 项目。在使用 进行初始设置后cap deploy:setup,它工作得很好,创建了所有需要的文件/文件夹。
cap deploy:setup
但是现在当我想要cap deploy子目录时没有创建。
cap deploy
我猜你使用了一个依赖 Composer 来管理依赖关系的 Symfony2 版本。在 capifony 2.1.7(最新版本)中,您可以决定使用 Composer 来设置您的供应商:
set :use_composer, true