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 を使用してください。