lucciano/symfony

The "Symfony Standard Edition" + "Sonata Admin With Doctrine" distribution

dev-master / 3.3.x-dev 2017-10-25 12:14 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:00:48 UTC


README

Welcome to the Symfony Sonata Doctrine - a fully-functional Symfony application that you can use as the skeleton for your new admins applications.

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

What's inside?

The Symfony Standard Edition is configured with the following defaults:

  • An AppBundle you can use to start coding;

  • Twig as the only configured template engine;

  • Doctrine ORM/DBAL;

  • Swiftmailer;

  • Annotations enabled for everything.

  • Sonata Admin + Sonata ORM

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

  • SwiftmailerBundle - Adds support for Swiftmailer, a library for sending emails

  • MonologBundle - Adds support for Monolog, a logging library

  • 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

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

  • SonataAdminBundle - The main sonata admin

  • SonataDoctrineORMAdminBundle - The doctrine sonata connection

Enjoy!