laravel-shift / blueprint

A code generation tool for Laravel developers.
MIT License
2.82k stars 270 forks source link

Renaming relationship for belongsToMany #689

Closed Grolicek closed 3 months ago

Grolicek commented 3 months ago

Synopsis:

It would be great if there would be a way to rename relationship, like it is possible to do with other relations...

Proposed Syntax:

Expected Behavior:

image The name of the function for relation could be different from the name of the Model, so it would be possible to have multiple relationships between same two models with different stuff stored in them. Such as Teacher and Student relationship between Person and Course