hookable maintained by codedge
Description
Laravel Eloquent hooks system - improved.
Authors
Last update
2017/02/02 15:21 (5.4)
License
Downloads
71
comments powered by Disqus
codedge/hookable
Improved version of Jarek Tkaczyk superb hook system for Laravel.
Hooks are available for the following methods:
Model::getAttribute
Model::setAttribute
Model::save
Model::toArray
Model::replicate
Model::isDirty
Model::__isset
Model::__unset
and all methods available on the Illuminate\Database\Eloquent\Builder
class.
Additional hooks, mostly for all relation types, are:
Model::hasOne
Installation
Clone the repo or pull as composer dependency:
composer require codedge/hookable
Usage
Please see the original package for usage.