laravel-log-viewer
                                
                                
                                
                                    laravel-log-viewer copied to clipboard
                            
                            
                            
                        :dromedary_camel: Laravel log viewer
I've been trying to get the middleware working with role:Admin and it just returns 403 User not logged in when going to the log. Has anyone else used this with...
  Default configuration used Version 2.0
To use this package I'll have to enable Facade in my Lumen, which I obviously won't do. So, it breaks your lumen compatibility.
Why don´t use pagination laravel to present the info ? I have modified the code of the controller and the view so that it does not load all the contents...
Hi, Firstly, just wanna say love this lightweight project. Second, I just want to ask whether this could be a feature in the next push? the search function only filter...
Fix marks the active file located in the root if a file with the same name located in the folder is active Bug screen 
I am using command composer remove arcanedev/log-viewer:~5.2.0 but it is still there Help me
Currently Here is the Config that i was using to store the log ``` 'daily' => [ 'driver' => 'daily', 'path' => storage_path('logs/' . date('Y/m/') . '/laravel.log'), 'level' => 'debug',...
I saw [Issue 219](https://github.com/rap2hpoutre/laravel-log-viewer/issues/219) , but that solution does not work (I get `Array to string conversion` errors). `LaravelLogViewer::getFiles()` appears to not check if the value is an array prior...