ninegate/src/ninegate-1.0
afornerot 1d27a82a3b mise à jour local.js 2020-02-10 10:56:48 +01:00
..
app pouvoir utiliser le serveur d'envoi de mail local au scribe (fixes #26) 2020-01-13 15:47:35 +01:00
bin svg 2019-04-17 17:27:19 +02:00
scripts pouvoir utiliser le serveur d'envoi de mail local au scribe (fixes #26) 2020-01-13 15:47:35 +01:00
src mise à jour local.js 2020-02-10 10:56:48 +01:00
tests svg 2019-04-17 17:27:19 +02:00
var svg 2019-04-17 17:27:19 +02:00
web widget only 2019-12-17 14:56:15 +01:00
.gitignore ajout core-init-01.sql dans le gitignore 2019-10-28 11:37:50 +01:00
LICENSE svg 2019-04-17 17:27:19 +02:00
README.md svg 2019-04-17 17:27:19 +02:00
composer.json svg 2019-11-21 10:40:15 +01:00
composer.lock svg 2019-11-25 14:26:26 +01:00
perm.sh svg 2019-04-17 17:27:19 +02:00
phpunit.xml.dist svg 2019-04-17 17:27:19 +02:00
todo.txt svg 2019-07-04 16:13:04 +02:00

README.md

Symfony Standard Edition

WARNING: This distribution does not support Symfony 4. See the Installing & Setting up the Symfony Framework page to find a replacement that fits you best.

Welcome to the Symfony Standard Edition - a fully-functional Symfony application that you can use as the skeleton for your new 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.

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 env) - Adds code generation capabilities

  • WebServerBundle (in dev env) - Adds commands for running applications using the PHP built-in web server

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

All libraries and bundles included in the Symfony Standard Edition are released under the MIT or BSD license.

Enjoy!