laravel-log-viewer icon indicating copy to clipboard operation
laravel-log-viewer copied to clipboard

:dromedary_camel: Laravel log viewer

Results 53 laravel-log-viewer issues
Sort by recently updated
recently updated
newest added

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...

![image](https://user-images.githubusercontent.com/39133674/155516478-d0e82df8-531b-45e7-a465-465ba56f4ee6.png) ![image](https://user-images.githubusercontent.com/39133674/155516830-959764c6-ceed-47fd-b401-0f921452a4d8.png) 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 ![image](https://user-images.githubusercontent.com/72909976/132759808-2cb96974-42f0-4319-811c-f5f19da03772.png)

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...