dmocho / updater by PawelDmochowski

Provides attachment of active user ID to create/update/delete operations.
120
1
1
Package Data
Maintainer Username: PawelDmochowski
Maintainer Contact: pawel@dmochowski.co (Paweł Dmochowski)
Package Create Date: 2016-04-02
Package Last Update: 2019-09-25
Language: PHP
License: MIT
Last Refreshed: 2024-04-19 15:08:54
Package Statistics
Total Downloads: 120
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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