Skip to content

diegonobre/symfony-microkernel-edition

Repository files navigation

symfony-microkernel-edition

See documentation - MicroKernelTrait

What's inside?

The Symfony MicroKernel Edition is configured with the following defaults:

  • Twig is the only configured template engine;

  • Doctrine ORM/DBAL is configured;

  • Annotations for everything are enabled.

It comes pre-configured with the following bundles:

  • FrameworkBundle - The core Symfony framework bundle

  • SensioFrameworkExtraBundle - Adds several enhancements, including template and routing annotation capability

  • DoctrineBundle - Adds support for the Doctrine ORM

  • TwigBundle - Adds support for the Twig templating engine

  • SecurityBundle - Adds security by integrating Symfony's security component

  • WebProfilerBundle (in dev/test env) - Adds profiling functionality and the web debug toolbar

  • SensioDistributionBundle (in dev/test env) - Adds functionality for configuring and working with Symfony distributions

  • SensioGeneratorBundle (in dev/test env) - Adds code generation capabilities

Enjoy!

About

The "Symfony MicroKernel Edition" distribution

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published