The API docs show all classes/methods. The regular docs don't, but are more thorough with examples.
https://laravel.com/api/6.x/Illuminate/Database/Eloquent.html
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Apologize if I missed or cant find this in the docs... but I've been kind of wondering for a while if there is a concise and complete list for the methods that are available when dealing with Model / data calls?
Like find(), findOrNew()... is there a cheat sheet out there that has all this together that anyone knows of?
Knowing where to reach for data helpers has been something I've found tricky and I've asked other devs... I'm not alone here.
Any help appreciated!
Edit: I guess what I'm looking for also includes database helpers. I get confused in the difference between the two. I just kind of wish laravel docs listed all of this together in a table of contents style like they do for helper functions.
The API docs show all classes/methods. The regular docs don't, but are more thorough with examples.
https://laravel.com/api/6.x/Illuminate/Database/Eloquent.html
Please or to participate in this conversation.