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.
我是 Symfony 的新手,需要运行许多命令行,但我不知道在哪里运行这些命令。
在安装 Symfony 的目录中。应该有一些子目录:app, src, bin, vendors... 你应该运行的命令是php bin/vendors install.
app
src
bin
vendors
php bin/vendors install
请注意,此命令适用于 Symfony 2.0.x。如果你安装了最新的 symfony 版本(2.1.x)你不应该使用这个命令而使用 Composer。