webfactor/laravel-generators

[Idea] Don't output each naming class you load

Closed this issue · 0 comments

Detailed description

I personally think the console output is too verbose. I don't see why it's relevant to me, the user, to see all naming classes that have been loaded. Granted, I might be wrong and not understand the architecture enough. I've been known to be wrong :-))

So from the naming output I'd only keep "Load Naming Classes" and I wouldn't say each loaded class - I don't think it's needed:
screenshot 2018-11-05 at 18 19 53

Possible implementation

No progress bar here: https://github.com/webfactor/laravel-generators/blob/master/src/Commands/MakeEntity.php#L81-L91 - Just the first line, then silence :-)

Happy to submit a PR for this if you agree - would be even easier for me submit PRs if you give me write access to the repository so I can create branches [not master though - you keep that responsibility :-)) ].