Single Table Inheritance (STI) for Laravel Apps
"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."
Caleb Porzio
@calebporzio