Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

mahsanr44's avatar

Query Building

Can you explain this query please: "where('city', 'new york')->orderBy('name')get->()" ? $student=Student::where('city', 'new york')->orderBy('name')get->();

0 likes
8 replies
Sinnbeck's avatar

Thats invalid code? Did you manually type it in here?

mahsanr44's avatar

@MichalOravec I think it's more easy. Actually I was watching a tutorial and saw this code. But from now on I'll explore documentation as well.

Please or to participate in this conversation.