Looking to hire Laravel developers? Try LaraJobs

laravel-requests-stat maintained by mhidea

Description
Laravel requests Statistic
Last update
2021/04/30 14:23 (dev-master)
License
Links
Downloads
9

Comments
comments powered by Disqus

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.