mardi 18 juillet 2017

How to do eager loading with search in Laravel

I'm trying to do

Model::search($_POST['search_text'])->with('user')->get()

But this doesn't work, I get the "Method with does not exist" error (just Model::search($_POST['search_text'])->get() does work, or just Classes::where('id',2)->with('user')->get() ).

How can I do eager loading on a search result?

Thanks



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2u8bRSW
via IFTTT

Aucun commentaire:

Enregistrer un commentaire