Laravel this is not only a practical framework, it is also a programming style
$todos = Todo::orderBy('created_at', 'desc')->get(); return view('todos.index')->with('todos', $todos);
Aucun commentaire:
Enregistrer un commentaire