petkopara / PetkoparaCrudGeneratorBundle

Symfony3 CRUD generator bundle with pagination, filter, bulk actions and Twitter bootstrap 3.3.6 features.
MIT License
70 stars 17 forks source link

Corrects template location documentation, adds to README.md #45

Closed davidpeoples closed 7 years ago

davidpeoples commented 7 years ago

Fixes the alternate template location paths in the command help output. Copies the template information section into the main README.md document.

The ability to use custom templates in this generator is an excellent feature, but I didn't realize it existed for quite a while. When I did finally notice that section in the command's help output, I was stymied a bit because the documented folder location was slightly wrong. This pull request is to correct that folder location info, and to make the information more accessible (copied into the README.md) so others will find it more easily.

I'm an experienced programmer but a newbie to the Github pull request workflow, so let me know if there are things I should do differently to make this more acceptable or easier for you to review. I have several more pull requests coming shortly.

davidpeoples commented 7 years ago

There's a problem in my fork of this project, that I don't want to pollute your original. I'm withdrawing my pull requests, will fix my problem, then resubmit the pulls. Sorry about the problem.