The Symfony Demo application is a reference application created to show how to develop Symfony applications following the recommended best practices. It's mainly used as a learning and teaching resource, so we keep it in sync with the latest Symfony versions and features.

During the past weeks we've worked hard to be ready for the Symfony 4 release and we've fully updated the application to Symfony 4 and Symfony Flex. The main changes introduced in the app are:

Run this command to install the new Symfony Demo version:

1
$ composer create-project symfony/symfony-demo

A Community Effort

The Symfony Demo application is maintained by the Symfony community. We thank you all the developers who proposed ideas, reported issues, updated translations and contributed pull requests: Paweł Małolepszy, Piotr Grabski-Gradziński, Vladimir Chernyshev, Peter Kokot, David Maicher, Christophe Coevoet, Oleg Voronkovich, Victor Bocharsky and specially, Yonel Ceruto, for his tireless efforts to improve the app.

Published in #Symfony