project symfony-microkernel-edition
The "Symfony MicroKernel Edition" distribution
diegonobre/symfony-microkernel-edition
The "Symfony MicroKernel Edition" distribution
- Sunday, October 1, 2017
- by diegonobre
- Repository
- 1 Watchers
- 1 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 1 Open issues
- 1 Versions
- 0 % Grown
symfony-microkernel-edition
See documentation - MicroKernelTrait, (*1)
What's inside?
The Symfony MicroKernel Edition is configured with the following defaults:, (*2)
-
Twig is the only configured template engine;, (*3)
-
Doctrine ORM/DBAL is configured;, (*4)
-
Annotations for everything are enabled., (*5)
It comes pre-configured with the following bundles:, (*6)
-
FrameworkBundle - The core Symfony framework bundle, (*7)
-
SensioFrameworkExtraBundle - Adds several enhancements, including
template and routing annotation capability, (*8)
-
DoctrineBundle - Adds support for the Doctrine ORM, (*9)
-
TwigBundle - Adds support for the Twig templating engine, (*10)
-
SecurityBundle - Adds security by integrating Symfony's security
component, (*11)
-
WebProfilerBundle (in dev/test env) - Adds profiling functionality and
the web debug toolbar, (*12)
-
SensioDistributionBundle (in dev/test env) - Adds functionality for
configuring and working with Symfony distributions, (*13)
-
[SensioGeneratorBundle][5] (in dev/test env) - Adds code generation
capabilities, (*14)
Enjoy!, (*15)