mhidea / laravel-requests-stat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Requests Stat

Lightweight package to save requests' statistic that helps you find problematic routes to be optimized.

Installation

Install using composer:

composer require mhidea/laravel-requests-stat

Add serviceproviver to 'providers' in config/app.php:

Mhidea\LaravelRequestsStat\LaravelRequestsStatServiceProvider::class

Migrate:

php artisan migrate

Publish config file to config/laravel-requests-stat.php:

php artisan vendor:publish --tag=laravelRequestsStat-config

Then you can see stats in path /requestsStat. This path can be changed in config file.

About


Languages

Language:Blade 56.7%Language:PHP 43.3%