2017 © Pedro Peláez
 

library model-observers

Make model observers easy

image

rdehnhardt/model-observers

Make model observers easy

  • Wednesday, September 6, 2017
  • by rdehnhardt
  • Repository
  • 2 Watchers
  • 18 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

model-observer

Set observer for model, (*1)

Installation

Run the following command to get the latest version package, (*2)

composer require rdehnhardt/model-observer
// app/Customer.php
namespace App;

use Illuminate\Database\Eloquent\Model;
use Rdehnhardt\ModelObserver\ModelObserver;

class Customer extends Model
{
    use ModelObserver;

    /**
     * Models Observer
     *
     * @var string
     */
    protected static $observer = UserObserver::class;
}

, (*3)

Contributing

Contributions are welcomed; to keep things organized, all bugs and requests should be opened on github issues tab for the main project in the rdehnhardt/model-observer/issues., (*4)

All pull requests should be made to the branch Develop, so they can be tested before being merged into the master branch., (*5)

, (*6)

Having problems?

If you are having problems with the use of this package, there is likely someone has faced the same problem. You can find common answers to their problems:, (*7)

, (*8)

License

The model-observer package is open source software licensed under the license MIT, (*9)

The Versions

06/09 2017

dev-master

9999999-dev

Make model observers easy

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel eloquent observers

06/07 2017

1.0.2

1.0.2.0

Make model observers easy

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel eloquent observers

06/07 2017

1.0.1

1.0.1.0

Make model observers easy

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel eloquent observers

06/07 2017

1.0.0

1.0.0.0

Make model observers easy

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel eloquent observers