Clean Coder's Guide to Laravel [FREE EBOOK]

Clean Coder's Guide to Laravel [FREE EBOOK]

Laravel Daily

2 года назад

8,928 Просмотров

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


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

andy wong
andy wong - 26.06.2022 16:23

just found out about this now. tried registering my email for the ebook but unfortunately didnt receive any. i even checked my spam folder and its not there. if anyone can share a copy of the ebook, i'd really appreciate it. thanks in advance!

Ответить
Kingsley Uchenna
Kingsley Uchenna - 19.09.2021 18:19

Great always, getting good stuffs from you all the time.

Ответить
Shahzad Fakhar
Shahzad Fakhar - 04.09.2021 19:34

I can't find the download link. Can anyone tell me where is the download link of book in the webiste?

Ответить
Aydın Küçükoğlu
Aydın Küçükoğlu - 23.08.2021 16:44

The pdf did not come.

Ответить
Al Elliott
Al Elliott - 23.08.2021 12:08

Thanks for this. Downloaded and learnt loads!

Question: What do you think about the DTO pattern? Is it overkill for non-API projects?

Ответить
Alex Averkiyev
Alex Averkiyev - 21.08.2021 14:36

Thanks for the book, Povilas.
I advice to everyone to read chapter 5 of this book, this is PERFECT and SHORT explanation how to work with 3rd party services. And it is easy and very good practice. Just get used to it one time and you will NEVER have any problems!

Ответить
Tamim Ikbal
Tamim Ikbal - 19.08.2021 21:34

Hello sir, How can we validate form requests in laravel API controller?

$request->validate([
'title' => ['required', 'string'],
'description' => ['nullable', 'string'],
'status' => ['nullable', 'string'],
]);
When I use this its not return json response, When I check with postman, I saw a '/' page when validation failed.

Also, the "form request, example: PostRequest" doesn't work.

What is the ideal system to validate the form in laravel API controller
Thank You

Ответить
muddasir ali
muddasir ali - 19.08.2021 18:31

Can you email me the book? I didn't get it from there.

Ответить
Luthfi Azzammi
Luthfi Azzammi - 19.08.2021 18:03

Very good book for laravel developer

Ответить
Cristian
Cristian - 19.08.2021 17:52

that's awesome. Thanks!

Ответить
Arthur Sérvulo
Arthur Sérvulo - 19.08.2021 12:42

Thats great, thanks for these videos it helped me a long way on my professional career :D

Ответить
Elvissam1
Elvissam1 - 19.08.2021 12:37

I'll definitely get it

Ответить
M. Akmal Al-Bhatti
M. Akmal Al-Bhatti - 19.08.2021 12:31

Thank you for your efforts in helping us learn.

Ответить
Dimitris Provatas
Dimitris Provatas - 19.08.2021 10:48

I am writing this comment so the algorithm pushes this video to as many people as possible. Thank you for all your videos and thanks to Ashley Allen for this amazing work.

Ответить
Pavel K
Pavel K - 19.08.2021 09:46

gonna get this book on your recommend, thx)

Ответить
Large Amount Of Soul OS
Large Amount Of Soul OS - 19.08.2021 09:34

I collect books, eh, I should start reading them.

Ответить
Techy MS
Techy MS - 19.08.2021 09:32

Gift::whereHas('order', function ($query) {
return $query->whereDate('created_at', now()->subYear(1));
})->withCount(['order' => function ($query) {
return $query->whereDate('created_at', now()->subYear(1));
}])->with('order')->get()
Can you please tell me how to make this type of code more short.

Ответить
Dev
Dev - 19.08.2021 08:44

thanks sir

Ответить
papa pilsen
papa pilsen - 19.08.2021 08:10

This is what I need. Thank you so much sir!

Ответить
Mehrdad Amini
Mehrdad Amini - 19.08.2021 08:05

Your video examples about Controller shortening is much useful than this ebook

Ответить