Download the PHP package five-say/laravel-model-ext-trait without Composer
On this page you can find all versions of the php package five-say/laravel-model-ext-trait. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-model-ext-trait
laravel-model-ext-trait
基于 trait 的 laravel 模型特性拓展:[ packagist ]
- 自动注册模型观察者(注册 Observer 命名空间下,与当前模型同名的模型观察者)
- 创建与更新数据前,自动校验请求数据
创建新数据时,对所有规则进行验证。
更新数据时,仅针对脏数据进行验证。(从根本上避免类似于unique
这种特殊规则在编辑时遇到的“需额外参数以排除自身”的问题)
安装
使用
All versions of laravel-model-ext-trait with dependencies
PHP Build Version
Package Version
The package five-say/laravel-model-ext-trait contains the following files
Loading the files please wait ....