文件名称:Laravel开发-eloquent-nested-attributes
文件大小:11KB
文件格式:ZIP
更新时间:2022-09-16 13:54:40
Laravel开发
Laravel开发-eloquent-nested-attributes 嵌套属性允许您通过父级保存关联记录的属性。默认情况下,嵌套属性更新被关闭,您可以使用$nested属性启用它。启用嵌套属性时,将在模型上定义属性编写器。
【文件预览】:
eloquent-nested-attributes-master
----.gitignore(45B)
----README.md(3KB)
----CHANGELOG.md(308B)
----tests()
--------HasNestedAttributesTraitTest.php(2KB)
--------ModelTest.php(1KB)
----phpunit.xml(752B)
----composer.json(1KB)
----CONTRIBUTING.md(1KB)
----src()
--------Traits()
--------Model.php(583B)
----CODE_OF_CONDUCT.md(3KB)
----LICENSE.md(1KB)
----.travis.yml(373B)
----.editorconfig(312B)