
Parental
Single Table Inheritance (STI) for Laravel Apps
Creator
Caleb Porzio @calebporzio
Description
Parental is a Laravel package that brings STI (Single Table Inheritance) capabilities to Eloquent. Single table inheritance is a fancy name for a simple concept: Extending a model (usually to add specific behavior), but referencing the same table.Visit Site