News


05/12/2023 - 11:20

DX (developer experience) is defined by the tools, processes, and software
that a developer uses when interacting with a product or system. In Symfony we're
constantly improving DX and in this post we highlight some of the best Symfony
6.3 DX improvements.





05/12/2023 - 01:40

The PHP development team announces the immediate availability of PHP 8.1.19. This is a bug fix release.

All PHP 8.1 users are encouraged to upgrade to this version.

For source downloads of PHP 8.1.19 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.





05/11/2023 - 22:51

Minor version of Yii Middleware Dispatcher package is released.
In this version make a few improvements:

  • Added composite parameters resolver.
  • Added support for psr/http-message version ^2.0.
  • Optimized MiddlewareFactory performance.




05/11/2023 - 20:38

jQuery 3.7.0 is now available! This release has it all: bug fixes, a new method, and a performance improvement! We even dropped our longtime selector engine: Sizzle. Or, I should say, we moved it into jQuery. jQuery no longer depends on Sizzle as a separate project, but has instead dropped its code directly into jQuery core. This helps us prepare for the major changes coming to selection in future jQuery versions.





05/11/2023 - 12:08

The PHP development team announces the immediate availability of PHP 8.2.6. This is a bug fix release.

All PHP 8.2 users are encouraged to upgrade to this version.





05/11/2023 - 08:56

In Symfony 6.2 we introduced a new Clock component so you can decouple your
applications from the system clock (e.g. to create better time-sensitive tests).
In Symfony 6.3 we've improved it with new features.





05/11/2023 - 06:45


Learn about Laravel Task Runner, a package by Pascal Baljet that lets you write Shell scripts like Blade Components and run them locally or on a remote server.
The post Write Shell Scripts like Blade Components With Task Runner appeared first on Laravel News.





05/10/2023 - 17:35


Using an application monitoring platform can help identify & fix errors quickly. Learn how to use Sentry to monitor & improve Laravel performance issues here.
The post How Sentry Can Improve Your Laravel Application appeared first on Laravel News.