laravel-filemanager
laravel-filemanager copied to clipboard
How do Search images using input search box.
I want to add the Search box for searching the images.. How to can implement? Issue # 728 Issue # 995 I can't understand how to implement search box as Issue # 995 is done....any demo available? or written documentation
Packages Info
- Operating system :Windows 10
- Laravel version :^8.12
- Package version :^2.2
Hi @Zubair-Iftikhar
I did it using jQuery, so you don't need to change the Item Controller

Same issue @Zubair-Iftikhar can you provide more details and/or a sample code?
Hi @Zubair-Iftikhar
great job can you share you code ? thanks
$(document).ready(function(){ $("#keyword").on("keyup", function() { // var value = $(this).val().toLowerCase(); show_list = $(this).data('display'); loadItems(); }); });
path: public/js/script.js i use this, but only work on current directory