Gary Tate
Results
1
comments of
Gary Tate
I've done this… $companies = Company::search($searchString)->get(); $companyids = array(); foreach ($companies as $company) { $companyids[] = $company->id; } I'm sure there is a better way but it works