Skip to content

Eventix/RequestLog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Make sure Elasticsearch is running and a requests index exists (For Eventix Team: https://bitbucket.org/eventix/eventix-3.0/wiki/Request%20Logging%20/%20Elasticsearch)

Add Eventix\RequestLog\RequestLogServiceProvider::class to config/app.php (ServiceProviders) Add \Eventix\RequestLog\Middleware\RequestLogMiddleware::class to app/http/Kernel.php to the global middleware

Add to your .env

REQUEST_LOG_HOST=localhost:9200
REQUEST_LOG=true

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%