Simpledev

Results 2 comments of Simpledev

Laravel Framework 5.4.23

Hi, `$persons = Person::search($search_value)->pluck('id','name);` ? return a collection, so add ->toArray() method at the end if you want an array :)