koodoo/laravel-trait-updatedby

A Laravel Eloquent Model trait for adding User Id's to Eloquent Models

dev-master 2018-07-30 11:00 UTC

This package is not auto-updated.

Last update: 2024-04-16 14:29:50 UTC


README

A Laravel model trait for auto adding userid to model data

Installation

"koodoo/laravel-trait-updatedby": "dev-master"

Use

In the model

<?php
use Koodoo\laravelTraitUpdatedBy\UpdatedBy;
use UpdatedBy;