News


08/19/2021 - 18:36

The PHP team is pleased to announce the release of PHP 8.1.0, Beta 3.
This is the third beta release, continuing the PHP 8.1 release cycle,
the rough outline of which is specified in the
PHP Wiki.

For source downloads of PHP 8.1.0, Beta 3 please visit the
download page.





08/19/2021 - 09:57

The Symfony Mailer component was released for the first time in Symfony 4.3, released in May 2019. Since then,
we have worked on improving it by adding more third-party providers and adding some missing features that were already available
in Swiftmailer, like DKIM support and email signing.
As of Symfony 5.3, all Swiftmailer great features and more are available in Symfony Mailer.





08/19/2021 - 02:00

Fisrt version of mutex package was released. This package provides mutex implementation and allows mutual execution of concurrent processes in order to prevent "race conditions". This is achieved by using a "lock" mechanism. Each possibly concurrent processes cooperates by acquiring a lock before accessing the corresponding data.
There are multiple ways you can use the package. You can execute a callback in a synchronized mode i.e. only a
single instance of the callback is executed at the same time:





08/18/2021 - 03:14


The Laravel team released 8.55 with conditional validation rule support, trashed routes to include soft-deleted records and the latest changes in the 8.x branch.
The post Conditional Validation Rule Support Added in Laravel 8.55 appeared first on Laravel News.





08/18/2021 - 03:13

Node v22.10.0 (Current)





08/18/2021 - 03:13

Node v20.4.0 (Current)





08/17/2021 - 03:31


Laravel Forge launched their first official command-line tool that gives you a nice set of commands to manage your Forge servers, sites, and more.
The post Laravel Forge CLI appeared first on Laravel News.