laravel-log-viewer
laravel-log-viewer copied to clipboard
Left hand file name panel sorting broken
After upgrading to the latest version I noticed that the list of log files on the left that has previously been sorted by filename were now seemingly random (or being sorted by some other parameter)
is there a way to make this go back to sorting by filename please?
many thanks,
kris
Seems to be since https://github.com/rap2hpoutre/laravel-log-viewer/pull/209
RecursiveDirectoryIterator
doesn't sort by anything.
Interestingly on Windows the files are sorted by name. On Ubuntu they are sorted by random (it seems)
Thank you @denniskrol ! Available in v2.2.0 (see #268)