Introducing the Symfony 4 certification
A new Symfony 4 certification exam is now available for developers who want to gain official recognition as Symfony experts.
New in Symfony 4.1: Advanced Console Output
In Symfony 4.1, the output of console commands goes to the next level with multiple editable sections, overwritable contents and dynamic tables.
New in Symfony 4.1: Messenger component
Symfony 4.1 adds a new Messenger component that helps applications send and receive messages to/from other applications or via message queues. It provides a message bus based on middlewares, some routing capabilities and built-in support for AMQP brokers.
New in Symfony 4.1: Autowiring improvements
In Symfony 4.1 you can autowire scalar values to controller action arguments and the configuration of decorated services has been simplified.
New Symfony Core Team Member: Samuel Roze
New Symfony Core Team Member: Samuel Roze
New in Symfony 4.1: VarDumper server
In Symfony 4.1 you can use the new server:dump command to collect all dumped information in a centralized server to avoid mixing your own contents with the dumped contents.