diegonobre/symfony-microkernel-edition

The "Symfony MicroKernel Edition" distribution

dev-master / 3.2.x-dev 2017-10-01 15:13 UTC

This package is not auto-updated.

Last update: 2024-04-22 12:08:36 UTC


README

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!