Code Review: Route Groups - User/Admin, Controller Names(paces)

preview_player
Показать описание
It is important not only to write working code but also readable code for your current/future colleagues. So let's "clean up" some naming in this routes file.

- - - - -
Support the channel by checking out our products:
Рекомендации по теме
Комментарии
Автор

Really loved Code Review series - great tips in each video.

binodthakur
Автор

3:19 camelCase with first letter uppercase is called "PascalCase"

programmingwww
Автор

The earth revolves on its axis thanks to such people like you. I do admire your job !

itacademy
Автор

Awesome video, please keep on shooting this videos, On behalf of whole newby Laravel developers thank you very much

altynbekmamasadykov
Автор

I've just been doing this with one of my own projects I started a couple years ago. I happy to see I'm working with the same logic that you have

JustinByrne
Автор

Having a well organized language structure that you can always recognize, is always useful!

pierdocks
Автор

Awesome. This is a really cool series 🙂

geeksy
Автор

You can do namespace refactor in phpstorm. Open a class which you want to move in another namespace. Select namespace and after that, you have Refactor -> Move Namespace.
Be careful, you can change all files related to the changeable namespace.

DusanVlahovich
Автор

Thanks for this series, it help me alot

konghean
Автор

I really like this kind of content! You can show some more advanced tips too? Thanks!

thisisthelogic
Автор

05:45 Route::view is something that would've made perfect sense in that case, IMHO.

mabdullahsari
Автор

your video series is impeccable !!!! help a lot .. for an amateur in laravel is vscode or phpstorm preferable? greetings from Portugal

pauloclara
Автор

There's also endpoints: /settings/setting and /settings/settings/password

andreich
Автор

Middleware settings in the route web file or in the controller constructor -.which solution is better?

pacykarz
Автор

Hi guys thank's for the tips, i want to know the theme you use phpStorm!

Salarieentrepreneur
Автор

Can you please tell me where to write database queries correctly in models, repositories or somewhere else?

gohman
Автор

Plz show how to work with service providers, service containers, jobs. I watched many people's creates repositories, but any word about that.

L-A-O-S
Автор

PLZ Sir Make One Video for how to setup multi auth system with laravel 8 and vueJS with RestFullAPI

apkripe
Автор

You take one look at my AuthController and you'll have a headache 😂

Stoney_Eagle
Автор

It's confusing for me to name in singular or plural. for example, I always make a resource for the test (test.index, test/{test}/show) if creating a test? or should I use tests in route?

debjit