Search code examples
laravel-5.6voyager

How to sort files by created date in Voyager Storage


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.


Solution

  • It seems you must look at the DataType model, browse.blade view template, and VoyagerBaseControlller.

    Hope my answer could help. Cheers.