This week, Symfony 5.4.1 and 6.0.1 maintenance versions were released. In addition, the SymfonyWorld 2021 Winter edition conference too place with great success.
This week, Symfony 5.4.1 and 6.0.1 maintenance versions were released. In addition, the SymfonyWorld 2021 Winter edition conference too place with great success.
First version of Factory package was released. This package provides abstract object factory allowing to create objects by given definition with dependencies resolved by a PSR-11 container. It is useful if you need to create objects using definition syntax and/or want to configure defaults for objects created.
Over the years, Docker has become the de facto
standard for building, shipping and running server applications. Docker allows
you to store all the instructions needed to build the environment that will
host your software next to the code, in the repository of the project.
The Symfony Demo application was introduced in 2015 as a reference application
to show how to develop Symfony applications following the recommended best practices.
This demo application is useful to:
Tailwind CSS v3 is now released! This major version brings impressive performance gains, workflow improvements, and a massive list of features.
The post Tailwind CSS V3 Is Now Released appeared first on Laravel News.
Symfony UX is an initiative and set of libraries centered around the
Stimulus JavaScript library. And today, I'm pleased to announce several
new releases:
Symfony 6.0.1 has just been released. Here is a list of the most
important changes:
Symfony 5.4.1 has just been released. Here is a list of the most
important changes:
The Filament TALL-stack admin panel released version 2 with a completely refreshed UI, global search, settings pages, easy dashboard stats, and more.
The post Filament TALL Stack Admin Panel v2 Released appeared first on Laravel News.
First release of yii-http package is tagged. It provides the application class, as well as the events and handlers needed to interact with HTTP. The package is implemented using PSR-7 interfaces.
More details are available in the package readme.