Download the PHP package alicfeng/laravel-runtime without Composer
On this page you can find all versions of the php package alicfeng/laravel-runtime. 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-runtime
Laravel Runtime
laravel-runtime features for Laravel Application
前言
laravel-runtime
此项目为Laravel
中的插件
无论在开发、测试还是生产环境中,我们皆比较注重请求的数据,一般的做法是将有价值的数据写入在日志当中,便于调试、问题排查等,在Request
到达控制器前处理数据信息的写入,在此使用Http
中间件拦截处理,即在请求在中间件中做日志记载。
同时、在开发以及测试的时候,一个合格的开发者总是会关注其接口是否存在性能上的问题,比如接口请求的时间消耗多少等,此插件可以通过CLI
模式在终端以表格的形式展示接口的基本状况,web
端界面亦可以简约展示,如下图所示
CLI终端
WEB端
功能
- 接口请求的核心数据日志记载
- 接口请求记录分析
环境要求
PHP
>=7.0
composer
laravel
安装
配置
-
在config/app.php
配置中添加
-
在app/Http/Kernel.php
中添加中间件
- 生成配置文件
使用
-
CLI
WEB
浏览器打开$host/runtime/analysis
即可看到展示~
tail日志
laravel-runtime
此项目为Laravel
中的插件Request
到达控制器前处理数据信息的写入,在此使用Http
中间件拦截处理,即在请求在中间件中做日志记载。CLI
模式在终端以表格的形式展示接口的基本状况,web
端界面亦可以简约展示,如下图所示CLI终端
WEB端
PHP
>=7.0composer
laravel
在config/app.php
配置中添加
在app/Http/Kernel.php
中添加中间件
CLI
WEB
$host/runtime/analysis
即可看到展示~All versions of laravel-runtime with dependencies
PHP Build Version
Package Version
No informations.
The package alicfeng/laravel-runtime contains the following files
Loading the files please wait ....