Download the PHP package chen-see/laravel-running-time without Composer
On this page you can find all versions of the php package chen-see/laravel-running-time. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chen-see/laravel-running-time
More information about chen-see/laravel-running-time
Files in chen-see/laravel-running-time
Download chen-see/laravel-running-time
More information about chen-see/laravel-running-time
Files in chen-see/laravel-running-time
Vendor chen-see
Package laravel-running-time
Short Description A request execution time statistics tools with Laravel
License MIT
Package laravel-running-time
Short Description A request execution time statistics tools with Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-running-time
laravel-running-time
Installation
composer require y-ui/laravel-running-time ^1.1
Configuration
-
Open your
app/Http/Kernel.php
and add the following to$middleware
array: - Run the command below to publish the package config file
config/runningtime.php
:
-
If you want to run with batch mode, this requires redis. open your
config/runningtime.php
: -
If out of memory after running the command, open your
config/runningtime.php
:or run command with
--lessMemory
Usage
Simple usage
Options
--line Maximum number of displayed lines
--start Statistical start time
--end Statistical end time
--path Statistical path runtime
--lessMemory Significantly reduce memory usage and increase time spent
Clean log files
Simple usage
TODO LIST
- Web page
License
laravel-running-time is an open-sourced software licensed under the MIT license.
All versions of laravel-running-time with dependencies
PHP Build Version
Package Version
The package chen-see/laravel-running-time contains the following files
Loading the files please wait ....