Releases: tighten/parental
Releases · tighten/parental
Support Laravel 5.7
Merge pull request #16 from simonellensohn/master Fix "joiningTable" signature for 5.7
Enable Lumen
Enable use in Lumen.
Fix hasMany relationship
Merge pull request #9 from dallincoons/dallincoons/bugfix fix bug where variables are being nulled out
Change custom type column property and add aliases
- type column property changed from
$inheritanceColumn
to$childTypeColumn
- child type aliasing added via new property:
$childTypeAliases
sets raw attributes on creation
Merge pull request #4 from dallincoons/dallincoons/fill-guarded-models fix ability for guarded models to be filled with default fields
Works with model factories
Now models created with factories will have the "type" column set.
Laravel 5.6 compatibility
v0.2-alpha Update banner image
v0.1-alpha
The first release including support for laravel 5.4