Laravel Pipelines: Build an Api

Laravel Pipelines: Build an Api

Jordan Dalton

1 год назад

21,601 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@borakayalar
@borakayalar - 01.12.2023 23:21

I am so sorry Jordan I sad before anyone does not tell about service containers , providers , etc... I found you and I am watching your contents and you have contents for them. many many thanks

Ответить
@borakayalar
@borakayalar - 01.12.2023 23:15

great and maybe you dont need to create filter class for each query parameters. Maybe you can parse request query strings and itrate them. Actualy this api is for internal using by developer such as datatables search etc... dev knows already query params. And I think you can manage with one filter class. Meanwhile it is a nice content many thanks.

Ответить
@collenzaligway4458
@collenzaligway4458 - 01.11.2023 20:19

Nice tutorial Mate, keep going I really love your videos.

Ответить
@shinichixxxx
@shinichixxxx - 26.10.2023 06:27

I am sorry but the sound/volume is too low

Ответить
@ikarolaborda726
@ikarolaborda726 - 26.09.2023 04:47

My rule number one: NEVER use model methods in controllers. Controllers shouldn’t even know the models exist. Either use services or action classes, and of course, repository (believe it or not, there were times when i had to avoid using eloquent) But, excellent example anyway. You’ve used cpp and other stuff most PHP devs don’t even know of

Ответить
@DilipKumar-bf4vv
@DilipKumar-bf4vv - 24.09.2023 20:09

Nice explanations. Thanks

Ответить
@jeffbee6090
@jeffbee6090 - 24.09.2023 07:41

this is great! thanks! love the clean code

Ответить
@gabrielodadier2689
@gabrielodadier2689 - 18.09.2023 22:29

Nicely done, i think i will start using pipelines now. Great video

Ответить
@marianoescalera3086
@marianoescalera3086 - 07.09.2023 18:04

I've always found pipelines processing fascinating, but I wonder how could I bifurcate the pipeline into 2 or more processes under some conditionals correctly, so far I've though to create new processing pipelines with in a pipeline accordingly to some respective conditionals

Ответить
@shaungbhone8368
@shaungbhone8368 - 19.08.2023 00:10

Nice🎉 clean and understand. What a amazing content.

Ответить
@scotttresor
@scotttresor - 05.07.2023 15:34

thank for your video and great explanation about pipeline

Ответить
@guilhermedossantossouzajun1249
@guilhermedossantossouzajun1249 - 02.07.2023 06:17

It's a good explanation of how pipelines work in Laravel, they are basically the Chain of Responsability design pattern being applied using Laravel's contract. However this example should be used as an example only since it's totally unecessary to use Pipelines for such situation as building a query.

In this case just use ->when() directly without pipes.

Ответить
@ventryy
@ventryy - 23.06.2023 18:56

Thank you for the video. I'm learning Laravel API and this video is great. But what about filters like gt, lt, equal, etc.?

Ответить
@vhpm18
@vhpm18 - 27.05.2023 04:29

Excelent

Ответить
@creative2brains882
@creative2brains882 - 12.05.2023 20:39

That is great clean code

Ответить
@Khader-1
@Khader-1 - 24.04.2023 10:43

Great by all means! keep it going, Subscription earned

Ответить
@antogkou
@antogkou - 23.04.2023 18:06

Great video! Pipelines are really becoming a clean code standard for Laravel.

Ответить
@Samuel.Mwangi
@Samuel.Mwangi - 23.04.2023 16:41

Happy birthday @Jordan. Subscription earned 🫡

Ответить
@chrispian
@chrispian - 13.04.2023 17:46

Great example!! Thanks for sharing.

Ответить
@user-mg8gf3ni4v
@user-mg8gf3ni4v - 04.04.2023 12:59

Nice. Go ahead.
The sound can be better.

Ответить
@sebastianscholz5395
@sebastianscholz5395 - 27.03.2023 21:21

Nice explanation!
Why should I use this instead of just applying the "when" to my query builder directly?
I think this makes the code harder to read with the pipelines.

Ответить
@karlson2804
@karlson2804 - 27.03.2023 05:57

But how about the range data, between or =>, <= for instance?

Ответить
@ricardo.ramirez.r
@ricardo.ramirez.r - 26.03.2023 00:55

Nice! 
A side note: the sound is to low

Ответить
@YusnielBrocard
@YusnielBrocard - 25.03.2023 08:28

Nice example

Ответить
@rahulxcr
@rahulxcr - 19.03.2023 22:04

Thanks that's very helpful.

Ответить
@laravelvuemedia
@laravelvuemedia - 15.03.2023 19:30

such a nice explanation I love it

Ответить