WildsideUK / Laravel-Userstamps

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.
https://wildside.uk
MIT License
570 stars 64 forks source link

Naming request #12

Closed bradiosd closed 6 years ago

bradiosd commented 7 years ago

First of, simple but great library! I normally implement this myself manually on observers but this is much slicker.

Do you think editor should be renamed to updater? I just think naming consistency would really polish this repo off.

mattmcdonald-uk commented 6 years ago

The naming conventions match up with the actions performed in Laravel's RESTful pattern.

You create, edit and destroy models so have a creator, editor and destroyer.