contao / standard-edition
Contao Open Source CMS
Installs: 18 230
Dependents: 0
Suggesters: 0
Security: 0
Stars: 35
Watchers: 16
Forks: 9
Open Issues: 0
Type:project
Requires
- php: ^7.1
- contao/calendar-bundle: ^4.4
- contao/comments-bundle: ^4.4
- contao/core-bundle: ^4.4
- contao/faq-bundle: ^4.4
- contao/installation-bundle: ^4.4
- contao/listing-bundle: ^4.4
- contao/news-bundle: ^4.4
- contao/newsletter-bundle: ^4.4
- doctrine/doctrine-bundle: ^1.6
- incenteev/composer-parameter-handler: ^2.0
- lexik/maintenance-bundle: ^2.0
- nelmio/security-bundle: ^2.2
- php-http/guzzle6-adapter: ^1.1
- sensio/distribution-bundle: ^5.0.19
- sensio/framework-extra-bundle: ^3.0.2
- symfony/monolog-bundle: ^3.1
- symfony/swiftmailer-bundle: ^2.3.10
- symfony/symfony: 3.3.*
Conflicts
- contao/core-bundle: <4.4.1
- swiftmailer/swiftmailer: <5.4.5
- symfony/swiftmailer-bundle: 2.6.* <2.6.2
- dev-master
- 4.4.7
- 4.4.6
- 4.4.5
- 4.4.4
- 4.4.3
- 4.4.2
- 4.4.1
- 4.4.0
- 4.4.0-RC2
- 4.4.0-RC1
- 4.3.11
- 4.3.10
- 4.3.9
- 4.3.8
- 4.3.7
- 4.3.6
- 4.3.5
- 4.3.4
- 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
- 4.3.0-RC1
- 4.2.5
- 4.2.4
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.2.0-RC1
- 4.2.0-beta1
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.1.0-RC1
- 4.1.0-beta1
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 4.0.0-RC1
- 4.0.0-beta1
- dev-release/4.5.0
- dev-feature/symfony2
This package is auto-updated.
Last update: 2022-02-01 12:45:26 UTC
README
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 ORM/DBAL;
- Swiftmailer;
- Annotations enabled for everything.
It comes pre-configured with the following Symfony bundles:
- FrameworkBundle - The core Symfony framework bundle
- SecurityBundle - Adds security by integrating 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, a library for sending emails
- DoctrineBundle - Adds support for the Doctrine ORM
- KnpMenuBundle - Provides an integration of the KnpMenu library
- KnpTimeBundle - Makes your dates look sensible and descriptive
- LexikMaintenanceBundle - Allows you to put your website in maintenance mode
- NelmioCorsBundle - Adds Cross-Origin Resource Sharing headers support
- NelmioSecurityBundle - Adds extra security-related features
- SensioFrameworkExtraBundle - Adds several enhancements, including template and routing annotation capability
- DebugBundle (in dev/test env) - Adds Debug and VarDumper component integration
- 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
It also comes pre-configured with the following Contao bundles:
- ContaoCoreBundle - The Contao core bundle
- ContaoCalendarBundle - Adds calendar functionality to Contao
- ContaoCommentsBundle - Adds comments functionality to Contao
- ContaoFaqBundle - Adds FAQ functionality to Contao
- ContaoInstallationBundle - Required to install and update Contao
- ContaoListingBundle - Allows to list arbitrary data in the front end
- ContaoNewsBundle - Adds news functionality to Contao
- ContaoNewsletterBundle - Adds newsletter functionality to Contao
Enjoy!