Why in Laravel 5 orderBy desc Query not fetching data

$todos = Todo::orderBy('created_at', 'desc')->get(); return view('todos.index')->with('todos', $todos);



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/3mJrEA9
via IFTTT

تعليقات

المشاركات الشائعة من هذه المدونة

I am unable to figure out how to create payment collection request, after a form has been submitted in laravel

laravel, mysql transaction not working after failed one time