Provides attachment of active user ID to create/update/delete operations.
- Defines authors() method in blueprint complementing the timestamps()
- Defines softDeleters() method in blueprint complementing the softDelete()
Add a requirement for the package
{
"require": {
"dmocho/updater": "dev-master"
}
}
Add it to the list of providers
'providers' => array(
'Dmocho\Updater\UpdaterServiceProvider'
)
Released under the MIT license