The Symfony blog has a post that talks about the state of the Symfony "Demo" application three months after its release. The "Demo" application is a simpler way to get an entire Symfony 2 application up and running, giving you a good foundation for either your own development or quick testing.
The [Symfony Demo application](https://github.com/symfony/symfony-demo) was publicly introduced three months ago. In addition to being a learning resource, it's considered the reference implementation of the [Symfony Best Practices](http://symfony.com/doc/current/best_practices/index.html). During the past weeks, we've been busy adding new features to showcase Symfony functionalities. This article is a quick recap of the most important new features.
They talk about four different improvements to the demo setup and configuration process:
- Full internationalization
- New console commands
- New technical requirements checker
- New JavaScript and Sass/CSS management
They also briefly mention a few other miscellaneous changes at the end of the application around security, debugging helpers and more functional testing.