/PUGXGeneratorBundle

An enhancement of SensioGeneratorBundle

Primary LanguagePHP

PUGXGeneratorBundle

This bundle is an extension of SensioGeneratorBundle.

It adds many functionality on top of it, and corrects some minor issues:

  • pages with layout (main block name is customizable)
  • forms in correct namespace (under Type, not under Form)
  • @ParamConverter in actions
  • different format for dates and datetimes
  • include relation fields in show and index templates
  • shorter form names
  • real entity names instead of "$entity" in actions and templates
  • translated texts
  • support for form themes (customizable)
  • default templates suitable with Boostrap and Font Awesome
  • nice "check" icons for boolean fields (when using Font Awesome)
  • support for pagination (requires KnpPaginatorBundle)
  • (still experimental) support for filters (requires LexikFormFilterBundle)
  • (still experimental) support for sorting

Documentation

Read the documentation

License

This bundle is released under the LGPL license. See the complete license text.

About

PUGXGeneratorBundle is a PUGX initiative.

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition with PUGXGeneratorBundle installed, to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.