News


11/10/2022 - 04:09


Final classes, you either love them or hate them. People have been using them more recently in their open-source packages, but what does that mean for you?
The post Composition over inheritance in final classes appeared first on Laravel News.





11/09/2022 - 16:01


The Laravel team released 9.39 this week with Blade template fragments, source output in collection dumps, a new database empty assertion, and more.
The post Laravel 9.39 Released appeared first on Laravel News.





11/08/2022 - 06:04

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.





11/08/2022 - 04:25


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.





11/07/2022 - 13:14

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.