Skip to content

zipzoft/laravel-http-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Http Logger

Installation

composer require zipzoft/laravel-http-logger

Config

php artisan vendor:publish --provider="Zipzoft\HttpLogger\HttpLoggerServiceProvider" --tag="config"

Configuration will be added to config/http-logger.php

Usage

Add the middleware as Global or single route

// in `app/Http/Kernel.php`
protected $middleware = [
    // ...
    \Zipzoft\HttpLogger\LogRequestMiddleware::class,
];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages