parental

Use single table inheritance in your Laravel app

MIT License

Downloads
2.6M
Stars
1.4K
Committers
33

Bot releases are hidden (Show)

parental - v1.4.0 Latest Release

Published by mateusjunges 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/tighten/parental/compare/v1.3.6...v1.4.0

parental - v1.3.6

Published by driftingly 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/tighten/parental/compare/v1.3.5...v1.3.6

parental - v1.3.5

Published by driftingly about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/tighten/parental/compare/v1.3.4...v1.3.5

parental - v1.3.4

Published by driftingly over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/tighten/parental/compare/v1.3.3...v1.3.4

parental - v1.3.3

Published by driftingly over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/tighten/parental/compare/1.3.2...v1.3.3

parental - v1.3.2

Published by calebporzio almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/calebporzio/parental/compare/v1.3.1...1.3.2

parental - Type improvements

Published by JustSteveKing over 2 years ago

parental - Allow child types to be set via a method

Published by JustSteveKing over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/calebporzio/parental/compare/v1.2.0...v1.3.0

parental - Better polymorphic support

Published by JustSteveKing over 2 years ago

What's Changed

Full Changelog: https://github.com/calebporzio/parental/compare/v1.1.0...v1.2.0

parental - Laravel 9 baby!

Published by JustSteveKing over 2 years ago

Laravel 9 release thanks to some awesome PR work by @laravel-shift 💪

parental - Laravel 8 support only

Published by JustSteveKing about 3 years ago

With Laravel 7 being end of lifed, moving this package forward with a new major version.

The code to this point is working, all old PRs have been closed for now - if you wish to reopen any of the submitted PRs, please merge changes downstream to your PR before reopening. This will allow us to get test coverage insights on PRs without having to pull these locally.

Soon to come: Doc blocks and typehints everywhere

parental - v0.11.0

Published by calebporzio about 4 years ago

Support Laravel 8

parental - v0.10.0

Published by calebporzio over 4 years ago

Added

  • Support for Laravel 7
parental - v0.9.1

Published by calebporzio almost 5 years ago

Added

  • Support for using Parental in standalone Eloquent scenario [#47]
  • Docblocks

Fixed

  • Only register observers on child classes [#61]
  • Prevent accessors and mutators from being fired on initialization [#70]
parental - v0.9.0

Published by calebporzio about 5 years ago

Fixed

  • Changed the root namespace from "Tightenco" to "" (nothing)
  • Changed the repo name from tightenco/parental -> calebporzio/parental
parental - v0.8.0

Published by josecanhelp about 5 years ago

Compatibility with Laravel 6.0

parental - Fix "ambiguous column" bug

Published by calebporzio over 5 years ago

parental - Prevent double-registering event listeners

Published by calebporzio over 5 years ago

parental - Support Laravel 5.8

Published by calebporzio over 5 years ago

  • Better Nova support
  • Polymorphic relationship support
  • Renaming of Traits and properties to be less verbose (See documentation for new usage)