Download the PHP package contao/contao-demo without Composer

On this page you can find all versions of the php package contao/contao-demo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package contao-demo

Contao Open Source CMS Logo

Contao Demo Website

This is an example website for Contao, a powerful open source CMS that allows you to create professional websites and scalable web applications.

packagist version license amount of downloads

About

On the demo website, you will find demonstrations and examples of some of the features this CMS has to offer. The Contao demo website can be added when installing the CMS and is designed to help you get started with your first web projects.

Visit the project website to learn more about Contao.

Table of contents

Versions

The demo website is maintained for the currently supported Contao versions. See the Contao release plan for details. Each version has a separate branch in this Git repository.

We also have rolling release tags. This means the latest commit on each branch is tagged with the respective Contao minor release. As an example, the branch "5.3.x" has a tag "5.3" on the latest commit. These tags enable you to install the latest demo content for any Contao minor version.

Installation

The demo website can be installed alongside Contao, either through the Contao Manager or with Composer on the command line.

On the Contao Manager

When installing a fresh Contao application, select the desired version and check the "Install the Contao demo website" checkbox. Make sure to also import the database backup when the Contao Manager asks you to. That's it!

Using Composer

This repository functions as a Composer project. You can install a full Contao application and this demo using the create-project command. We're assuming here you are familiar with the command line and Composer and have a functioning PHP and webserver setup.

  1. Run the following command to create your project

  2. Connect the database e.g. through DATABASE_URL in your .env.local file.

  3. Import the database backup using the following command

  4. Finalize the database and run the migrations

  5. Create an admin user account and follow the instructions in your CLI

Contributing

We use GitHub to collect issues and feature requests for the demo website. Feel free to open issues if you have found a typing mistake or have ideas for new example content.

For general questions about Contao or the demo, please refer to the community forums or our Slack channel.

License

The Contao demo website is licensed under the terms of the CreativeCommons Attribution-ShareAlike 4.0 (CC-BY-SA-4.0) license.

TL;DR
You are free to use the Contao demo website as a base for any website you build, even commercially. However, you must give appropriate credit, provide a link to the license, and indicate if changes were made. If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.

Credits

The screendesign for the Contao Official Demo was sponsored by the Contao Association and borowiakziehe KG. It has been designed by Dennis Weinhardt whom we would like to thank for the great work.

The Contao demo website is maintained by volunteers of the respective Contao team. It supersedes the Contao Official Demo, our previous Contao example website. Many thanks to the Official Demo team for their contributions in the past.


All versions of contao-demo with dependencies

PHP Build Version
Package Version
Requires contao/calendar-bundle Version 5.5.*
contao/comments-bundle Version 5.5.*
contao/conflicts Version @dev
contao/faq-bundle Version 5.5.*
contao/listing-bundle Version 5.5.*
contao/manager-bundle Version 5.5.*
contao/news-bundle Version 5.5.*
contao/newsletter-bundle Version 5.5.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package contao/contao-demo contains the following files

Loading the files please wait ....