Ayron Gabriel

Results 4 comments of Ayron Gabriel

Hi @zainawanworktech, Did using the default routes work?

Hi @midi9x, I did it using jQuery, so you don't need to change the Item Controller ![search](https://user-images.githubusercontent.com/34841819/169891859-c648cf6d-fe9c-40bf-bc0e-48492f6de450.gif)

Hi @Zubair-Iftikhar I did it using jQuery, so you don't need to change the Item Controller ![search](https://user-images.githubusercontent.com/34841819/169892330-923aac00-b94c-4e51-ab6b-0fb17f8cf9f6.gif)

Hi @KatiaSishost I solved it as follows by changing the /vendor/laravel-filemanager/js/stand-alone-button.js file Line 10 In `window.open(route_prefix + '?type=' + type, 'FileManager', 'width=900,height=600');` for `window.open(route_prefix, 'FileManager', 'width=900,height=600');` So it opens all...