Home »
MCQs »
Laravel MCQs
Which of the following folder is the root folder and helps in initializing the Laravel application?
25. Which of the following folder is the root folder and helps in initializing the Laravel application?
- Events
- Public
- Resources
- Http
Answer: B) Public
Explanation:
Public folder is the root folder and helps in initializing the Laravel application.