samedi 3 septembre 2016

How to display a readable array - Laravel

After I write:

Route::get('/', function()
{
    dd(User::all());
});

And after I refresh the browser I get an unreadable array. Is there a way to get that array in a readable format?

Aucun commentaire:

Enregistrer un commentaire