Download the PHP package syhcode/field-note without Composer
On this page you can find all versions of the php package syhcode/field-note. 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 field-note
介绍
一个基于laravel,方便数据库字段类型说明的拓展
用法
使用composer导入包。
在 Laravel 5.5 或以上,服务提供商将自动获得注册。 在旧版本的框架中,只需在 config/app.php
文件中添加服务提供者即可。
发布迁移。
创建表字段说明表。
在model使用use
引用NoteTrait
,可添加 $note_fields
为默认预加载的类型说明的字段。
使用 note()
,传参只会预加载参数里面包含的字段说明,不传参自动预加载 model
里面 $note_fields
的字段说明。
可以通过字段名加 env
配置项 FILED_NOTE_SUFFIX
获取字段说明,FILED_NOTE_SUFFIX
默认为 Note
,type
字段默认为 typeNote
。
获取 model
所有的字段说明。
获取字段的所有说明。
获取字段的某个值对应说明。
检查字段某个值是否有对应说明,可用在表单验证。
All versions of field-note with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
The package syhcode/field-note contains the following files
Loading the files please wait ....