Loading video...
Video Failed to Load
Laravel 10.47 got some sweet new updates to the query builder!
38,089 views • 2 years ago •via X (Twitter)
10 Comments

Laravel News2 years ago
Read more about this release here:

Rafael Grube (Rafilzi)2 years ago
I always wondered why Laravel didn't have a feature like this yet. Now I can rest in peace.

Laravel News2 years ago
Haha. Laravel always provides.

Philip Moore2 years ago
Really nice. Much more readable too 🫶

Laravel News2 years ago
Agree 💯!

viktr 🦀2 years ago
LARAVEL is all about making life easier.

Laravel News2 years ago
💯

Steve Bauman2 years ago
Dope!

Rafał B2 years ago
Instead of using or in () Select * from table where ( phone like "%search%" OR name like "%search%") Use : Select * from table where phone like "%search%" Union Select * from table where name like "%search%" Should be much faster.

Laravel News2 years ago
Yeah if you want raw performance it’s probably best to write the sql by hand. A lot of ORMs probably struggle with making every query faster.


