I was wondering if their was anyway to temp disable all authentication to the file manager while I am testing my app in my development server.
Related to #151 , no such config for now. There is an example image named sleeping-dog.jpg in laravel-filemanager/public/images/test-folder/, you can upload this image for your test.
To disable user authentication, set middlewares to empty array in config/lfm.php.
there is no middleware in config/lfm.php. still getting same issue
Most helpful comment
To disable user authentication, set
middlewaresto empty array inconfig/lfm.php.