laravel-shift / blueprint

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

Protected methods for generators #666

Closed bertheyman closed 7 months ago

bertheyman commented 7 months ago

This PR changes the visibility of generator methods to at least protected to allow for easier customisation. Based on the request in this issue.

jasonmccreary commented 7 months ago

My gut feeling is this will cause more headaches. As noted in the open issue, if there is a particular method that needs to be "open", I'm glad to consider it. But opening all methods of all generators seems extreme.