InterviewSolution
Saved Bookmarks
| 1. |
Explain the bundles in Symfony. |
|
Answer» BUNDLES in Symfony are similar to packages or plugins in other CMS or frameworks. In Symfony, bundles provide the developers with the FLEXIBILITY to use pre-built features consisted of third-party bundles or to create and DISTRIBUTE their own bundles. Symfony has TWO types of bundles:
|
|