RPC TutorialIn this tutorial, I will be teaching how to gradually add to your code base our new package grubba-rpc for more details on what this package ships with, you can check out here.If you want to follow along, you can use this template or get the final source code here.
The popular PHP UUID library by Ben Ramsey released a new version with support for UUID v8, custom UUIDs.
The post Ramsey UUID Adds Support for v8 appeared first on Laravel News.
The Finder component provides utilities to find files/directories via multiple
filter and sort methods. In Symfony 6.2 we're adding new sorting methods to it.
Major version of Yii Definitions package was released. In this version we have raised the minimum version of PHP to 8.0. There are also several improvements and fixes:
Changed result format of DefinitionStorage::getBuildStack() method.
Added support variadic arguments and autowiring in methods of array definitions.
Array definition validator now validates method names.