$collection = collect(['tom', 'Dick', 'Harry']);
$my_array = $collection->toArray()
See hydrate https://laravel.com/api/5.3/Illuminate/Database/Eloquent/Model.html
$collection = collect(['tom', 'Dick', 'Harry']);
$my_array = $collection->toArray()
See hydrate https://laravel.com/api/5.3/Illuminate/Database/Eloquent/Model.html