2017 © Pedro Peláez
 

package ezelog

Loggin platform for laravel 5.2 applications

image

ezelink/ezelog

Loggin platform for laravel 5.2 applications

  • Wednesday, March 7, 2018
  • by imuneer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

EZELog

Logger for Laravel (Support eloquent and mongodb), (*1)

This logger modules being created for recoding the Audit logs., (*2)

Installation

Install the package using composer, (*3)

composer require ezelink/ezelog

or add the following line to the composer.json under the require section and update composer, (*4)

"ezelink/ezelog": "@dev"
composer update

Configurations

  1. Open the file add config/app.php
  2. Add the following line under providers
EZELog\EZELogServiceProvider::class,

Examples

EZELog\Facades\AuditLog::log('user login failed');

OR, (*5)

EZELog\Facades\AuditLog::log('user login failed', $username);

The Versions

07/03 2018

dev-master

9999999-dev

Loggin platform for laravel 5.2 applications

  Sources   Download

The Requires

  • php >=5.4

 

by Muneer Shaheed

15/08 2017

v1.0.0

1.0.0.0

Loggin platform for laravel 5.2 applications

  Sources   Download

The Requires

  • php >=5.4

 

by Muneer Shaheed