iMi-digital / laravel-request-logger by imi

Log requests to database for Laravel 5 Projects
5,115
5
10
Package Data
Maintainer Username: imi
Maintainer Contact: m.hammerschmidt@imi.de (iMi digital GmbH - Marcel Hammerschmidt)
Package Create Date: 2015-09-25
Package Last Update: 2023-07-19
Home Page:
Language: PHP
License: GPL-2.0-or-later
Last Refreshed: 2024-11-24 15:02:16
Package Statistics
Total Downloads: 5,115
Monthly Downloads: 79
Daily Downloads: 0
Total Stars: 5
Total Watchers: 10
Total Forks: 2
Total Open Issues: 4

Logs Requests for Laravel 5 Projects

This module adds Log requests for following data: method path ip session get post cookies agent

Installation

  1. Install imi/laravel-request-logger via composer.
  2. Insert iMi\LaravelRequestLogger\RequestLoggerServiceProvider::class into providers in your config/app.php
  3. Insert iMi\LaravelRequestLogger\LogRequest::class into middleware in your app/Http/Kernel.php
  4. Call php artisan vendor:publish
  5. Call php artisan migrate

Similar Modules

  • https://github.com/spatie/laravel-http-logger

About Us

iMi digital GmbH offers Laravel related open source modules. If you are confronted with any bugs, you may want to open an issue here.

In need of support or an implementation of a modul in an existing system, free to contact us. In this case, we will provide full service support for a fee.

Of course we provide development of closed-source modules as well.