Download the PHP package bytehead/contao-4-demo without Composer
On this page you can find all versions of the php package bytehead/contao-4-demo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package contao-4-demo
Contao 4 demo
This is an example website for Contao Open Source CMS. Visit the project website for more information.
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
- 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
The Contao offical demo includes:
- A usable Contao4 database dump
- All files needed
- All assets (scss/js) needed
How to use it:
- Create project with composer:
composer create-project bytehead/contao-4-demo contao-4-demo
- Start the included webserver:
php app/console server:start
- Install contao:
http://127.0.0.1:8000/install.php
- Import the sql dump:
mysql -u user -p password contao4_database < dump.sql
- Go to the backend:
http://127.0.0.1:8000/contao
- Login with user
k.jones
and passwordkevinjones
- See your Contao 4 demo at
http://127.0.0.1:8000
Enjoy!
All versions of contao-4-demo with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
symfony/symfony Version ~2.8
symfony/console Version ~2.8
symfony/http-foundation Version ~2.8
symfony/monolog-bundle Version ~2.8
symfony/security Version ~2.8
symfony/swiftmailer-bundle Version ~2.3
sensio/distribution-bundle Version ^3.0.12
sensio/framework-extra-bundle Version ^3.0.2
doctrine/annotations Version ^1.2.7
lexik/maintenance-bundle Version ~2.0
monolog/monolog Version ~1.12
contao/contao Version ~4.1
incenteev/composer-parameter-handler Version ~2.0
symfony/symfony Version ~2.8
symfony/console Version ~2.8
symfony/http-foundation Version ~2.8
symfony/monolog-bundle Version ~2.8
symfony/security Version ~2.8
symfony/swiftmailer-bundle Version ~2.3
sensio/distribution-bundle Version ^3.0.12
sensio/framework-extra-bundle Version ^3.0.2
doctrine/annotations Version ^1.2.7
lexik/maintenance-bundle Version ~2.0
monolog/monolog Version ~1.12
contao/contao Version ~4.1
incenteev/composer-parameter-handler Version ~2.0
The package bytehead/contao-4-demo contains the following files
Loading the files please wait ....