codedge / hookable
Laravel Eloquent 钩子系统 - 优化版。
5.5
2017-10-30 21:21 UTC
Requires
- php: >=5.6.4
- illuminate/database: ~5.3
Requires (Dev)
- crysalead/kahlan: ~1.1
README
Jarek Tkaczyk 的 Laravel 优秀钩子系统的改进版本:Jarek Tkaczyk。
以下方法都有钩子可用
Model::getAttribute
Model::setAttribute
Model::save
Model::toArray
Model::replicate
Model::isDirty
Model::__isset
Model::__unset
以及 Illuminate\Database\Eloquent\Builder
类上的所有方法。
额外的钩子,主要用于所有关系类型,包括
Model::hasOne
安装
克隆仓库或作为 composer 依赖项拉取
composer require codedge/hookable
使用
请参阅 原始包 了解使用方法。