Just use pluck() and ->toArray():
Foo::where('b', 15)->pluck('a')->toArray();
Laravel’s pluck() method.
Laravel’s toArray() method.
Just use pluck() and ->toArray():
Foo::where('b', 15)->pluck('a')->toArray();
Laravel’s pluck() method.
Laravel’s toArray() method.