Download the PHP package klib/laravel-log-reader without Composer
On this page you can find all versions of the php package klib/laravel-log-reader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-log-reader
简介
- Project base on https://github.com/haruncpi/laravel-log-reader
- 由于原项目不支持多行日志的读取,做了简单的修改让其可以显示日志中的换行。
安装
- composer require klib/laravel-log-reader
使用
- 访问
/admin/log-reader
即可
JSON API [OPTIONAL]
-
If you want to make your won UI then this package also provides the JSON API for log files. You will get the API link here /admin/api/log-reader
- Get JSON data by date
Config file [OPTIONAL]
- If you want to change the route URL for viewing the logs then run the command for publishing laravel log reader configuration file.
Custom Middleware [OPTIONAL]
- Laravel log reader >= v1.0.6 support custom middleware. So you can easily add more restriction to view your application logs. To use custom middleware, add middleware key into laravel-log-reader.php config file.
版本
v1.0.11
- 将 http://cdn.static.runoob.com/libs/angular.js/1.4.6/angular.min.js 替换为 https:// 否则会导致SSL域名下无法正常显示。
v1.0.10
- 替换
https://cdn.bootcss.com/angular.js/1.6.7/angular.min.js
为http://cdn.static.runoob.com/libs/angular.js/1.4.6/angular.min.js
,因为某些原因无法访问。
v1.0.9
- 替换
https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js
为https://cdn.bootcss.com/angular.js/1.6.7/angular.min.js
,因为某些原因无法访问。
v1.0.8
- 修复日志文件没有倒序显示的BUG。
v1.0.7
- 基础版本上新增读取多行日志信息
All versions of laravel-log-reader with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package klib/laravel-log-reader contains the following files
Loading the files please wait ....