DB: W eloquent za pomocą SQL

$results = DB::select('select * from users where id = :id', ['id' => 1]);
Yawning Yak