Talk in English - US at php[tek] 2023
Track Name:
Laravel Studio
View Slides: https://matula.github.io/pipelines/Laravel-Pipelines-PHPtek-2023.pdf
Short URL: https://joind.in/talk/cb7b6
(QR-Code (opens in new window))
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.
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 ;)