Junior Code Review: 5 Routes into Resource CRUD Controller

preview_player
Показать описание


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

Nowdays, especially for self-taught developers, your content is precious, because its really hard to find someone to review junior code and provide feedback.

I would be glad if you could make video about deploying laravel application via ssh and explain what to pay attention while switching from dev to prod environment. It could be based on like common mistakes that juniors make..

Thanks in advance ❤️

nihadatakishiyev
Автор

This is a good idea, Pov. I'd like to see a series about common mistakes Laravel developers make. Although they have working code, the code could be better.

rosselliot
Автор

I'm fairly new to Laravel and I've learned so much more from this series than I have from hours scraping through blog posts online - thanks so much for all your time and effort!

ShotoCon
Автор

This should be a series. I love this, I learn so much from this.

ifnir
Автор

Povilas, thanks for another great video. And again, congratulations on the mentoring initiative you created. I am sure that the junior developers who receive your help will have a great base for bigger challenges in the future.

Claudio_Pereira
Автор

That destroy method had me so confused as it would redirect to show(). Pissed me off a lot. Thank you, kind sir 👏👏

preetadhikari
Автор

Great sample, I'm not a junior, but laravel is new for me, so I don't know features like resource routes, it's looks very useful, thx 😊

engelys
Автор

Thank you for the simple explanation.
Very easy to understand.
Looking forward to more of it. ✨

starknights
Автор

totally amazed, please make this a series.

CarlosRL
Автор

Very important concepts... Great work again you spoil us...

Автор

Thank you for the javascript code. It made my project simple in alerting before deleting....

malithsenanayakentgl-
Автор

Thank you always for your great videos.

AddMotionLeb
Автор

How do you disable unused resource routes? If I just use "except" it throws an exception that action is not allowed, but it would be better to just return 404.
So I didn't except any actions and just returned 404 manualy and it looks strange when each controller has such methods.
Any better ideas?

gotoslovakia
Автор

Great video, I hope that you will make it in a sort of a series.

martijnskanaal
Автор

Thank you for this wonderful information, I'm learning laravel as it is required in our school, i want to know how does the route model binding works in models with relationship and how to apply the controller resource for it.

jhonmarkordaniza
Автор

thanks sir ...sir one more request please make a large series of junior code review its really very helpful...and sir please make junior code review on mail sending using laravel...file should be store in given path and path should be saved in database and file should be send to the mail.

sightskill
Автор

Resource controller is efficient form to simplify the web.php file. I've used in small and medium-range projects.

xdEdgarBest
Автор

hello i try sql attack on my register page, (''DROP TABLE users'), the table users was not deleted, but this user was recorded with the name (''DROP TABLE users'),
how can i prevent this .

yazidthedev
Автор

How should I name a route and url for updating specific column, for example status of user. Q

Akosiyawin
Автор

why is return redirect()->back() bad?

howardalien