I would like to automatically add created_by and modified_by fields to every insert/update to a database table in Laravel 4,
created_by
modified_by
You can use venturecraft revisionable package because in a table from this package all info that you need is already stored, you just need this package to get them in an elegant way : https://github.com/fico7489/laravel-revisionable-upgrade