| | 990 | ==== [https://packagist.org/packages/symfony/framework-standard-edition symfony/framework-standard-edition] ==== |
| | 991 | * https://github.com/symfony/symfony-standard |
| | 992 | * https://github.com/symfony/symfony-standard/blob/master/app/AppKernel.php |
| | 993 | |
| | 994 | * FrameworkBundle - The core Symfony framework bundle |
| | 995 | * [https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html SensioFrameworkExtraBundle] - Adds several enhancements, including template and routing annotation capability |
| | 996 | * If you plan to use or create annotations for controllers, make sure to update your {{{autoload.php}}} by adding the following line... |
| | 997 | * https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html#installation |
| | 998 | * Included in [https://packagist.org/packages/symfony/framework-standard-edition symfony/framework-standard-edition] |
| | 999 | * DoctrineBundle - Adds support for the Doctrine ORM |
| | 1000 | * TwigBundle - Adds support for the Twig templating engine |
| | 1001 | * SecurityBundle - Adds security by integrating Symfony's security component |
| | 1002 | * SwiftmailerBundle - Adds support for Swiftmailer, a library for sending emails |
| | 1003 | * MonologBundle - Adds support for Monolog, a logging library |
| | 1004 | |
| | 1005 | * WebProfilerBundle (in dev/test env) - Adds profiling functionality and the web debug toolbar |
| | 1006 | * SensioDistributionBundle (in dev/test env) - Adds functionality for configuring and working with Symfony distributions |
| | 1007 | * [https://symfony.com/doc/current/bundles/SensioGeneratorBundle/index.html SensioGeneratorBundle] (in dev/test env) - Adds code generation capabilities |
| | 1008 | * Choosing the annotation format expects the SensioFrameworkExtraBundle to be installed |
| | 1009 | * https://symfony.com/doc/current/bundles/SensioGeneratorBundle/commands/generate_bundle.html#available-options |
| | 1010 | * DebugBundle (in dev/test env) - Adds Debug and VarDumper component integration |