2017 © Pedro Peláez
 

project blog_viajes

Experiencias y consejos para tus viajes

image

mabebe/blog_viajes

Experiencias y consejos para tus viajes

  • Saturday, December 16, 2017
  • by mabeabe
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Symfony Standard Edition

Welcome to the Symfony Standard Edition - a fully-functional Symfony application that you can use as the skeleton for your new applications., (*1)

For details on how to download and get started with Symfony, see the Installation chapter of the Symfony Documentation., (*2)

What's inside?

The Symfony Standard Edition is configured with the following defaults:, (*3)

  • An AppBundle you can use to start coding;, (*4)

  • Twig as the only configured template engine;, (*5)

  • Doctrine ORM/DBAL;, (*6)

  • Swiftmailer;, (*7)

  • Annotations enabled for everything., (*8)

It comes pre-configured with the following bundles:, (*9)

  • FrameworkBundle - The core Symfony framework bundle, (*10)

  • SensioFrameworkExtraBundle - Adds several enhancements, including template and routing annotation capability, (*11)

  • DoctrineBundle - Adds support for the Doctrine ORM, (*12)

  • TwigBundle - Adds support for the Twig templating engine, (*13)

  • [SecurityBundle][9] - Adds security by integrating Symfony's security component, (*14)

  • [SwiftmailerBundle][10] - Adds support for Swiftmailer, a library for sending emails, (*15)

  • [MonologBundle][11] - Adds support for Monolog, a logging library, (*16)

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

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

  • [SensioGeneratorBundle][13] (in dev env) - Adds code generation capabilities, (*19)

  • [WebServerBundle][14] (in dev env) - Adds commands for running applications using the PHP built-in web server, (*20)

  • DebugBundle (in dev/test env) - Adds Debug and VarDumper component integration, (*21)

All libraries and bundles included in the Symfony Standard Edition are released under the MIT or BSD license., (*22)

Enjoy!, (*23)

The Versions