InterviewSolution
Saved Bookmarks
| 1. |
What Is The Method Name In The Kernel Class To Enable Bundles In Symfony? |
|
Answer» KERNEL’s CLASS registerBundles() METHOD is used to ENABLE bundles in Symfony. Kernel’s class registerBundles() method is used to enable bundles in Symfony. |
|