/4iL-2018

Really Simple CMS made with Symfony

Primary LanguagePHPMIT LicenseMIT

4IL-2018 - Really Simple CMS made with Symfony

Welcome to this repo featuring a Really Simple CMS made with Symfony

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:

  • A unique bundle : AppBundle

  • Twig as the template engine

  • Doctrine ORM;

  • FOSUserBundle

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

  • FOSUserBundle - Adds support for a database-backed user system in Symfony integration

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

Enjoy!