By default, it will download the file when you click on the file. You have to revise a view file to replace onclick listener with “useFile”.
/vendor/unisharp/laravel-filemanager/src/views/grid-view.blade.php
1 |
onclick="useFile('{{ $item_path }}', '{{ $item->updated }}')" |