Eloquent-Model-Generator icon indicating copy to clipboard operation
Eloquent-Model-Generator copied to clipboard

Class prefix/suffix

Open milsanore opened this issue 7 years ago • 0 comments

Hi,

Firstly thank you, the code works very well, especially regarding foreign-key relations.

It would be very handy for us if we could add a prefix/suffix to class names, so that we can isolate and distinguish our repository-pattern classes from actual business logic classes. For example, if we have an Order class, it would be good to have an OrderRepository class that Order extends, so that we can separate the repo from the business logic.

Thank you!

milsanore avatar Mar 14 '17 04:03 milsanore