IsraelOrtuno / Eavquent

EAV modeling package for Laravel and Eloquent – This package is abandoned, please use this fork https://github.com/rinvex/attributes
63 stars 14 forks source link

Mention morphMap at docs #17

Closed IsraelOrtuno closed 8 years ago

IsraelOrtuno commented 8 years ago

Mention the new Laravel 5.2 feature for mapping polimorphic relationships.

Relation::morphMap([
//    'company' => Company::class,
//    'employee' => \App\Employee::class,
]);