1.

What Are Bundles In Symfony?

Answer»

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.

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 :



Discussion

No Comment Found