There are multiple ways to filter and transform data in PHP, either as procedural code in a single method or one of the many design patterns we could choose from. In this session, we’ll cover how to use Laravel Pipelines to transform our data and trigger other processes. This will allow us to write distinct, testable classes that we can use in multiple parts of our code.

Comments

Comments are closed.

Nuno Souto at 14:55 on 18 May 2023

Great intro to Pipelines with an awesome example to make things simple to understand. I just discovered that Pipelines have been a thing in Laravel for a long time. The talk went through all the code with a detailed explanation making it easy to understand, good job. Also liked that the code was color coded ;)