What are bundles in Symfony?

devquora
devquora

Posted On: Feb 22, 2018

 

Symfony bundle are very similar to plugins or packages in other frameworks or CMS. In Symfony, everything is a bundle from core framework components to code you write.The bundle gives the flexibility to use pre-built features packaged in third-party bundles or to create and distribute your own bundles.

There are two types of bundles are available in Symfony :

  1. Application-specific bundles: only used to build your application.
  2. Reusable bundles: meant to be shared across many projects.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Symfony Interview Questions

    What is Symfony?

    Symfony is a set of PHP Components and leading PHP framework to create websites and dynamic web applications.It follows..

    Symfony Interview Questions

    Is Symfony is open sourced Framework?

    Yes, Symfony is open sourced Framework released under the MIT License. You can download it free from https://symfony.com..

    Symfony Interview Questions

    What is the latest version of Symfony?List server requirements to install it?

    Symfony 3.4 is the latest version of Symfony.To install and run Symfony 3, your server must fulfill following requirements..