Download the PHP package mits87/eloquent-nested-attributes without Composer
On this page you can find all versions of the php package mits87/eloquent-nested-attributes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mits87/eloquent-nested-attributes
More information about mits87/eloquent-nested-attributes
Files in mits87/eloquent-nested-attributes
Package eloquent-nested-attributes
Short Description Nested attributes allow you to save attributes on associated records through the parent. By default nested attribute updating is turned off and you can enable it using the $nested attribute. When you enable nested attributes an attribute writer is defined on the model.
License MIT
Homepage https://github.com/mits87/eloquent-nested-attributes
Informations about the package eloquent-nested-attributes
eloquent-nested-attributes
Nested attributes allow you to save attributes on associated records through the parent. By default nested attribute updating is turned off and you can enable it using the $nested attribute. When you enable nested attributes an attribute writer is defined on the model.
Structure
If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following.
Install
Via Composer
Usage
or
usage:
to delete nested row you should pass _destroy
attribute:
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Piotr Krajewski
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of eloquent-nested-attributes with dependencies
illuminate/database Version ^5.4
illuminate/support Version ~5.1
mockery/mockery Version ^0.9.9