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.
如何向composer.json添加两个学说图?我想我必须包括:
"require": { }
我的夹具在 src/AppBundle/DataFixture/ORM/
Composer 是一个依赖管理工具,而不是构建自动化工具。
你可以使用像Phing或Robo这样的任务运行器,让它运行 composer install 然后你的 fixtures 命令或你需要的任何其他命令。