Laravel Nova Nested Form Versions Save

This package allows you to include your nested relationships' forms into a parent form.

v3.0.12

2 years ago

v3.0.11

3 years ago

Fix #130

v3.0.9

3 years ago

#120

v3.0.8

3 years ago

Include latest PRs.

v3.0.6

4 years ago

fixed: add initial field in create mode.

v3.0.3

4 years ago

Fix syntax error preventing package use.

v3.0

4 years ago
  • Entire rewrite of the package
  • Deprecate afterFill and beforeFill
  • Add conditional display of the nested form
  • Add support for polymorphic relations
  • Add better support for files
  • Updated design using the new Nova Panels

v2.1.0

4 years ago
  • apply #41 patch for nested relations asking parent required fields.
  • add new method to check the current Nova version
  • make methods compatible with both Nova 1 & 2 (e.g. $relation->getForeignKeyName())

laravel-5.8

5 years ago