mercredi 3 février 2016

Cast Laravel Collection into array

Here is my code
$titles = DB::table('roles')->lists('title');
How Can I cast $titles from a Laravel 5 collection into an associative array?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire