Laravel Userstamps Versions Save

Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.

0.2.2

7 years ago

Fixes a bug breaking compatibility with Laravel 5.1

0.2.1

7 years ago

New methods allow you to stop and start userstamping on a model.

No behaviour has changed as userstamps will continue to be automatically maintained - you just now have the option to chose otherwise.

0.2.0

7 years ago

Adds new methods for checking who created, updated and deleted models.

When creating a model the updated_by column will now be set to match created_by as per behaviour in Laravel of created_at and updated_at.

0.1.3

7 years ago

Improved method used to detect SoftDeletes trait

0.1.2

8 years ago

Match PHP requirements with Laravel 5.1 LTS

0.1.1

8 years ago

Tidy up some files

0.1.0

8 years ago

First release