Unlock this challenge:
Which of the following is NOT true:
The config/ directory holds configuration files.
config/
The src/ directory holds (pretty much) all the PHP code you'll write.
src/
The public/ directory holds all "public" PHP files that you create for different pages.
public/
The vendor/ directory holds all the 3rd-party library code.
vendor/