Skip to content

michelloworld/LogLikeRails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel 4 - LogLikeRails

A package for Laravel 4 to log every requests and input like Ruby On Rails.

*** YOU DON'T HAVE TO ADD LOG BY YOURSELF. THIS PACKAGE WILL LOG EVERY REQUEST.

Log-Like-Rails Example

Installation

Add LogLikeRails as a requirement to composer.json:

{
  ...
  "require": {
    ...
    "mic/log-like-rails": "dev-master"
    ...
  },
}

Update composer:

    php composer.phar update

Add the provider to your app/config/app.php:

  'providers' => array(
  
    ...
    
    'Mic\LogLikeRails\LogLikeRailsServiceProvider',
    
  ),

Publish package config:

  php artisan config:publish mic/log-like-rails

About

A package for Laravel 4 to log every requests like Ruby On Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages