Skip to content

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

License

Notifications You must be signed in to change notification settings

PawelDmochowski/updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages