I have the following folder structure.
src/
|- index.php
test/
vendor/
composer.json
composer.lock
When i want to deploy my code, I realize that i have to map the src/ directory to document root since it contains the index.php file (which btw contains some Restler code) However, if i do that, how do i deal with the vendor/ folder that lies outside the document root?