Is it possible to share an Symfony2 installation (multiple websites [domains] on one server)
- 阅读更多 关于 Is it possible to share an Symfony2 installation (multiple websites [domains] on one server)
问题 I want to host multiple Symfony2 based websites under one root (server). Would it be possible to share the symfony own files? (vendors etc.). Does someone know a tutorial? Is it hard to manage? AFAIK a Symfony installation has about 600MB and I don't want to save this in a redundant manner .. 回答1: I certainly looks possible. A few things to remember: The Symfony/vendors folder contains all the Symfony related code. This can easily be shared between applications. The Symfony/app folder