n Eloquent method find by multiple parameters in Laravel | CodimTh

Please Disable Your Browser Adblock Extension for our site and Refresh This Page!

our ads are user friendly, we do not serve popup ads. We serve responsible ads!

Refresh Page
Skip to main content
On . By CodimTh
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