Node v23.2.0 (Current)
Laravel 9—the next major version of Laravel—is now released, including a minimum PHP v8.0 version, controller route groups, a new Ignition error page, and many more features.
The post Laravel 9 is Now Released! appeared first on Laravel News.
Using AWS S3 with Laravel now (even in single-server setups) can reduce headaches in the long run. Here's what you should know!
The post Using S3 with Laravel appeared first on Laravel News.
In episode 24 of the WordPress Briefing, the Project’s Executive Director reviews three big-picture goals for the year: Increased Gutenberg adoption, support of all open source alternatives, and stewarding the open source ethos.
Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording.
We’re super excited with the upcoming conferences of 2022!
Currently, the Call for Papers for SymfonyWorld Online 2022 Summer Edition and SymfonyCon Disneyland Paris 2022 are both open. You can submit your talk and workshop proposals in English for both conferences:
Join us this Wednesday, February 9th, 2022, for this year's Laracon Online winter edition. It will be free for everyone!
The post Laracon is this week! appeared first on Laravel News.
This week, the upcoming Symfony 6.1 version added context builders to simplify the creation of serialization contexts. In addition, SymfonyCon announced that it's coming back as a physical conference at Disneyland Paris later this year (November 15-18, 2022).
Affected versions
Twig >2.0.0,<2.14.11 || >3.0.0,<3.3.8 are affected by this security issue. Twig 1.x is not affected as the "sort" filter does not allow an arrow function in that version.
The issue has been fixed in Twig 2.14.11 and 3.3.8.
Description
When in a sandbox mode, the arrow
parameter of the sort
filter must be a closure to avoid attackers being able to run arbitrary PHP functions.
The Tailwind CSS Laravel package wraps up the standalone CLI version of the Tailwind CSS framework for a Laravel applications.
The post Tailwind CSS Laravel Package appeared first on Laravel News.
Version 5.0.0 of View package is released. There a few bugs fixed, some additions and a few backwards incompatible changes:
ViewInterface
.ViewContext
, was added.