Truemedia / slush-regenerator

A slush generator for many website things (Optimized for Laravel 5.2)
MIT License
0 stars 0 forks source link

Integrate polymorphic relations for fields #17

Open Truemedia opened 8 years ago

Truemedia commented 8 years ago

Laravel has built-in support for this and schemas already make use of this methodology.

The idea being you can associate a field to different tables depending on the complexity of the data. Would be a natural way to keep the CMS efficient and easy to use.