Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 605 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 605 Bytes

updater

Provides attachment of active user ID to create/update/delete operations.

features

  • Defines authors() method in blueprint complementing the timestamps()
  • Defines softDeleters() method in blueprint complementing the softDelete()

install

composer.json

Add a requirement for the package

{
    "require": {
        "dmocho/updater": "dev-master"
    }
}

config/app.php

Add it to the list of providers

'providers' => array(
  'Dmocho\Updater\UpdaterServiceProvider'
)

license

Released under the MIT license