News


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 v24.0.2 (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.





08/17/2021 - 03:23


Laravel Blanket is a dashboard to view your HTTP client requests in a Laravel application.
The post HTTP Client Dashboard for Laravel appeared first on Laravel News.





08/16/2021 - 02:00

Major version of yiisoft/rate-limiter package was released.
It introduces new package design proposed by kafkiansky: