jonspalmer / single-table-inheritance

A Single Table Inheritance Trait for Eloquent/Laravel
MIT License
249 stars 50 forks source link

Add createSubclass & createManySubclasses on trait with test #68

Closed darron1217 closed 4 years ago

darron1217 commented 4 years ago

Issue #50

jonspalmer commented 4 years ago

It would be great to add some simple docs around the added method

darron1217 commented 4 years ago

I realized that those features should not be included in plugin.

I just extended trait and added some features.

I'll close this PR :)