We were talking about Laravel 5 on its release, we are pleased today to welcome Laravel 5.1
$todos = Todo::orderBy('created_at', 'desc')->get(); return view('todos.index')->with('todos', $todos);
Aucun commentaire:
Enregistrer un commentaire