Eloquent-Model-Generator
Eloquent-Model-Generator copied to clipboard
Class prefix/suffix
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!