eilander/requestlogger

Laravel 5 request logger package.
22 2
Install
composer require eilander/requestlogger
Latest Version:v1.0.4
PHP:>=5.5.9
License:MIT
Last Updated:May 10, 2016
Links: GitHub  ·  Packagist
Maintainer: markeilander

Laravel 5 Request Logger package

Log all request and responses

Table of contents

[TOC]

Usage

Step 1: Add the Service Provider

In your config/app.php add Eilander\RequestLogger\Providers\RequestLoggerServiceProvider:class to the end of the providers array:

<?php
'providers' => [
    ...
    Eilander\RequestLogger\Providers\RequestLoggerServiceProvider::class,
],

Related Packages

faulker/laravel5-rackspace-cloudqueue

Rackspace CloudQueue driver for Laravel 5 Queue

13,992 0
nilportugues/laravel5-json-api-dingo

Laravel5 JSONAPI and Dingo together to build APIs fast

1,498 30
lucasromanojf/laravel5-pdf

Provides the HTML2PDF functionality using the wkhtmltopdf library (Laravel 5)

72,403 7
dansmith/laravel5-foundation

Zurb Foundation components for Laravel5

4,614 10