project symfony
The "Symfony Standard Edition" + "Sonata Admin With Doctrine" distribution
lucciano/symfony
The "Symfony Standard Edition" + "Sonata Admin With Doctrine" distribution
- Wednesday, October 25, 2017
- by lucciano
- Repository
- 1 Watchers
- 0 Stars
- 11 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Symfony Standard Edition + Sonata (With Doctrine ORM)
Welcome to the Symfony Sonata Doctrine - a fully-functional Symfony
application that you can use as the skeleton for your new admins 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)
-
Sonata Admin + Sonata ORM, (*9)
It comes pre-configured with the following bundles:, (*10)
-
FrameworkBundle - The core Symfony framework bundle, (*11)
-
SensioFrameworkExtraBundle - Adds several enhancements, including
template and routing annotation capability, (*12)
-
DoctrineBundle - Adds support for the Doctrine ORM, (*13)
-
TwigBundle - Adds support for the Twig templating engine, (*14)
-
[SecurityBundle][9] - Adds security by integrating Symfony's security
component, (*15)
-
[SwiftmailerBundle][10] - Adds support for Swiftmailer, a library for
sending emails, (*16)
-
[MonologBundle][11] - Adds support for Monolog, a logging library, (*17)
-
WebProfilerBundle (in dev/test env) - Adds profiling functionality and
the web debug toolbar, (*18)
-
SensioDistributionBundle (in dev/test env) - Adds functionality for
configuring and working with Symfony distributions, (*19)
-
[SensioGeneratorBundle][13] (in dev/test env) - Adds code generation
capabilities, (*20)
-
DebugBundle (in dev/test env) - Adds Debug and VarDumper component
integration, (*21)
-
SonataAdminBundle - The main sonata admin, (*22)
-
SonataDoctrineORMAdminBundle - The doctrine sonata connection, (*23)
Enjoy!, (*24)
dev-master
9999999-dev
The "Symfony Standard Edition" + "Sonata Admin With Doctrine" distribution
Sources
Download
MIT
The Requires
The Development Requires