Laravel Code Review: LaraBug - Beautiful Eloquent Sentences

preview_player
Показать описание
In this video, I take a look at a project that was recently open-sourced and point out a few things we can learn from the author Dennis.

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

3:37 using constant also has the advantage of IDE autocompletion and compiler check compared to strings

paulfontaine
Автор

Cool idea for storing constants per model. Before this video i have it in config/constants, but more logically it's like you show!
Also the eloquent queries are amazing!

stefik
Автор

But what with performance, if we have a huge amount of data?

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

I saw most new Software Engineering jobs require MERN developers, not PHP (Laravel, Symfony) developer. So is it worth to learn PHP and any of it's framework?

thetrends
Автор

Aren't they called "expressions" not "sentences"? Maybe an English language convention... I've never heard anyone code "sentences" before 😄

mccheesy