WOW! Laravel's pipeline pattern is AWESOME

preview_player
Показать описание
Hi guys!
In this video series, I'll try to showcase two good usecases for the pipeline pattern

More me:

Saaslaravel:
Рекомендации по теме
Комментарии
Автор

The best "advanced" laravel vids on youtube right now! I've been building laravel projects for 5 years and I still learn something from every video you upload, thanks for the great content

thirdvectr
Автор

Never thought that filters may be implemented in such a nice pattern. I always made filtering through hard sql queries in repository. Keep going, your videos are the best laravel content on youtube!

sayatkaldarbekov
Автор

Damn, I have loved how this guy thinks through, punctures and re-evaluates his decision and progress, a sure skills problem-solving mental processes, "THANKS"

johnapuuli
Автор

Dzień dobry mate! I just discovered you! Keep up the good work! Subscribed!

spaceenthusiast
Автор

IMO the filters example is a bit over-engineered but the Onboard is superb! by the way I used these often...great video

thecyrilcril
Автор

I didn’t know about pipeline but i think laravel provides the "when()" method on query builder instances.
It’s simple and "eloquent" (pun intended 😂 ) i think but you probably already know about it.

Your post seems to be for demonstrating the pipeline tool, thanks.

icantchosemyname
Автор

Very good video and channel! I'm thinking to use this to refactor our registration process

troneras-tv
Автор

its awesome, it also looks like criteria in l5 repository package

ericvaldez
Автор

Loving the VSCode setup (looks like VSCode?).
What’s you’re setup?

iFunkMasterJ
Автор

Nice pattern, I will maybe try it out ;)

impulserr
Автор

13:30 is passing the whole $request to DTO recommended practice? I've known that representation layer should not be aware of the request object.

freeidol
Автор

Plz explain why you are using such complex things pipelines, ___invoke function,

Just if condition for fillter, and if it is too mush code put it in traits

abdulrehman-itrp
Автор

Can this be implemented with repository pattern? to have for example in EmojiRepository in the function getFilterableEmojis() can we move here the logic with the pipeline to return just $filterable->builder->get() and in the controller to have like return EmojiResource::collection(

);

Spyder
Автор

Ey, I love your videos, can you kindly make a video specifically for roles, and tag me on it. 😊

trevormanhuwa
Автор

Like with a lot of other stuff in Laravel

There was no need to reinvent the Chain Of Responsibility pattern and slap the name Pipeline on it.

Any developer(java, php, C#) worth their salt knows about the chain of responsibility pattern, I don’t think the same can be said about this Pipeline thingy.

I’m not even going to go into the world of complexity that is the query building example.

That being said, thanks for putting the effort of making this video, I learned something new and I appreciate it.

victortodoran
Автор

Use handle() method instead, not the __invoke().

dyrossaur
Автор

issue with the code. at 2:42 message said "Naughty boy" but what if the user is a girl or worse a LGbTV++ or something 😉. PS: it's just a joke and Your code is good thanks for vid.

sameer