2017 © Pedro Peláez
 

library logevent

log from all event in system.

image

arash/logevent

log from all event in system.

  • Wednesday, December 21, 2016
  • by arash-hosseinabady
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Logevent This package used for log from all event in system., (*1)

Requirement - laravel: 5.2 - monolog: 1.22, (*2)

Installation - copy this package in packages directory in root of project - add "Arash\\Logevent\\": "packages/arash/logevent/src" in 'psr-4' section of main composer - run composer dump-autoload - add Arash\Logevent\LogeventServiceProvider::class to 'providers' of 'config/app.php' - run php artisan vendor:publish --provider="Arash\Logevent\LogeventServiceProvider" --tag="config" to copy file config - add logevent in group middleware in route, (*3)

Custom Log - add use Arash\Logevent\Loggerevent; in every where that needed. - send text of log to when create object from this class new Loggerevent($logText), (*4)

The Versions

21/12 2016

dev-master

9999999-dev

log from all event in system.

  Sources   Download

The Requires

 

by Arash Hosseinabadi