https://github.com/diegonobre/symfony-microkernel-edition
The "Symfony MicroKernel Edition" distribution
https://github.com/diegonobre/symfony-microkernel-edition
doctrine-orm php symfony symfony-microkernel-edition twig
Last synced: 28 days ago
JSON representation
The "Symfony MicroKernel Edition" distribution
- Host: GitHub
- URL: https://github.com/diegonobre/symfony-microkernel-edition
- Owner: diegonobre
- Created: 2017-01-03T16:45:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T15:13:47.000Z (over 8 years ago)
- Last Synced: 2024-04-02T12:22:44.020Z (almost 2 years ago)
- Topics: doctrine-orm, php, symfony, symfony-microkernel-edition, twig
- Language: PHP
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# symfony-microkernel-edition
See documentation - [MicroKernelTrait](http://symfony.com/doc/current/configuration/micro_kernel_trait.html)
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**][1] - Adds several enhancements, including
template and routing annotation capability
* [**DoctrineBundle**][2] - Adds support for the Doctrine ORM
* [**TwigBundle**][3] - Adds support for the Twig templating engine
* [**SecurityBundle**][4] - 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**][5] (in dev/test env) - Adds code generation
capabilities
Enjoy!
[1]: http://symfony.com/doc/3.0/bundles/SensioFrameworkExtraBundle/index.html
[2]: http://symfony.com/doc/3.2/book/doctrine.html
[3]: http://symfony.com/doc/3.2/book/templating.html
[4]: http://symfony.com/doc/3.2/book/security.html
[5]: http://symfony.com/doc/3.0/bundles/SensioGeneratorBundle/index.html