As stated in the title...
How can I sort files by created date in Voyager Storage using Laravel?
Currently it is sorted by oldest files and newest last, but I want to make it so that newest files are shown first.
I have looked through the Voyager documentation but could not find anything useful.
I am using Laravel 5.6 and Voyager 1.1.
It seems you must look at the DataType model, browse.blade view template, and VoyagerBaseControlller.
Hope my answer could help. Cheers.