2017 © Pedro Peláez
 

library eloquent-orm-auditing-without-laravel

Eloquent ORM Auditing Without Laravel

image

andreluizsr/eloquent-orm-auditing-without-laravel

Eloquent ORM Auditing Without Laravel

  • Monday, April 9, 2018
  • by AndreLuizSr
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Eloquent ORM Auditing without Laravel (or framework)

Sometimes when you develop small applications and you use Eloquent ORM (https://github.com/illuminate/database), you need to implement auditing system., (*1)

For this, I used Illuminate Events (https://github.com/illuminate/events), developt small trait and associate this to all models., (*2)

The Versions

09/04 2018

dev-master

9999999-dev

Eloquent ORM Auditing Without Laravel

  Sources   Download

The Requires