Index of /OLD/Corpone

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]CHANGELOG.md 2016-11-08 09:22 276  
[DIR]app/ 2025-04-12 11:52 -  
[DIR]assets/ 2016-11-08 09:22 -  
[TXT]build.xml 2016-11-08 09:22 2.8K 
[   ]composer.json 2016-11-08 09:22 2.6K 
[TXT]composer.lock 2016-11-08 09:22 138K 
[   ]composer.phar 2016-11-08 09:32 1.6M 
[DIR]vendor/ 2016-11-08 09:22 -  
[DIR]web/ 2016-11-08 09:22 -  

Contao standard edition
=======================

Welcome to the Contao standard edition, a fully-functional Contao 4 application
that you can use as the skeleton for your new applications.


What's inside?
--------------

The Contao standard edition is configured with the following defaults:

  * Twig as template engine;
  * Doctrine DBAL;
  * Swiftmailer;
  * Annotations enabled for everything.

It comes pre-configured with the following Symfony bundles:

  * **FrameworkBundle** - The core Symfony framework bundle
  * **SecurityBundle** - Integrates Symfony's security component
  * **TwigBundle** - Adds support for the Twig templating engine
  * **MonologBundle** - Adds support for Monolog, a logging library
  * **SwiftmailerBundle** - Adds support for Swiftmailer
  * **DoctrineBundle** - Adds support for the Doctrine ORM
  * **KnpTimeBundle** - Adds support for textual dates
  * **LexikMaintenanceBundle** - Allows to toggle maintenance mode
  * **SensioFrameworkExtraBundle** - Adds various annotation capabilities
  * **DebugBundle** (in dev/test env) - Adds the `dump()` function
  * **WebProfilerBundle** (in dev/test env) - Adds the web debug toolbar
  * **SensioDistributionBundle** (in dev/test env) - Adds functionality for
    configuring and working with Symfony distributions

It also comes pre-configured with the following Contao bundles:

  * **ContaoCoreBundle** - The Contao core bundle
  * **ContaoCalendarBundle** - The Contao calendar bundle
  * **ContaoCommentsBundle** - The Contao comments bundle
  * **ContaoFaqBundle** - The Contao FAQ bundle
  * **ContaoListingBundle** - The Contao listing bundle
  * **ContaoNewsBundle** - The Contao news bundle
  * **ContaoNewsletterBundle** - The Contao newsletter bundle
  * **ContaoInstallationBundle** - The Contao installation bundle

Enjoy!