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

Corrected command help template info, copied to README.md #47

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.

petkopara commented 7 years ago

Thx @davidpeoples for the contribution.