dmocho/updater

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

Installs: 120

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:package

v1.1.0 2019-09-25 15:19 UTC

This package is auto-updated.

Last update: 2024-04-26 01:03:41 UTC


README

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