Skip to main content
Category:

Eloquent method find by multiple parameters in Laravel


Eloquent method find() may accept multiple parameters, and then it returns a Collection of all records found, not just one Model.

Example 1: Will return Eloquent Model

 $user = User::find(1);

 

Example 2: Will return Eloquent Collection

 $users = User::find([1,2,3]);

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook