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

Dcat Log Viewer是一个Laravel日志查看工具,支持大文件日志的查看、搜索以及多层级目录功能。

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

![图片](https://github.com/jqhph/laravel-log-viewer/assets/25890436/3e15355f-3438-4f77-848d-0ee83e4e14e9)

LogViewer.php : public function __construct($basePath, $dir, $file = null) { $this->basePath = trim($basePath, '/'); $this->currentDirectory = trim($dir, '/'); $this->file = $file; $this->files = new Filesystem(); } trim 过滤掉左 “/” 符号...