laravel-log-viewer
laravel-log-viewer copied to clipboard
:dromedary_camel: Laravel log viewer
Just to show for example the errors, but not the debug or info.. thank you!
Consider moving the download/delete buttons up because on big files those are pretty impossible to use. That way I can cancel the page and have the buttons working without the...
Hello! Thank you for your wonderful job of creating this package! Monolog has a powerful function that we can not only log a string (message), but also some object called...
Initially I encountered an issue where logging `throw new \Exception('failed: test');` would result in the code recognizing 2 log inputs (because of the "failed" word). After trying to debug the...
Laravel: 9.27.0 laravel-log-viewer: 2.2.0 PHP 8.1.7 ```basename(): Passing null to parameter #1 ($path) of type string is deprecated in /Users/rajjanorkar/Projects/myproject/vendor/rap2hpoutre/laravel-log-viewer/src/Rap2hpoutre/LaravelLogViewer/LaravelLogViewer.php on line 141``` I believe this only happens when i...
To view logs in production there must be a option to protect log route
this package is work fine in local but when I move to the host I get this error This page isn’t working xxxxx.com is currently unable to handle this request....
Hey, thanks for the package! I want to know if it possible to intercept logs before they passed to the view ? I want to filter the logs based on...
I tried to add this in app.php ` env('APP_ENV') !== 'production' ? Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::class : null, ` but I got `Class name must be a valid object or a string `
## 我的配置 ``` PHP 8.0.26 (cli) (built: Apr 27 2023 00:18:17) ( NTS ) 5.10.16.3-microsoft-standard-WSL2 Laravel Framework Lumen (8.3.4) (Laravel Components ^8.0) "rap2hpoutre/laravel-log-viewer": "^2.3" ``` ## 找不到日志路径   因为...