passioneight / pimcore-forms
Package info
github.com/passioneight/pimcore-forms
Type:pimcore-bundle
pkg:composer/passioneight/pimcore-forms
2.0.0
2022-10-02 14:02 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Building forms can feel really repetitive and cumbersome. This bundle provides some opinionated classes and guidelines for building forms.
Table of contents
When should I use this bundle?
Whenever you need to create forms. Especially, if you also need support for captchas (e.g., Google's reCAPTCHA).
Why should I use this bundle?
Using this bundle comes with different benefits, for example:
- A clear convention on how forms are created, where the related files are stored and how they are named.
- Faster time to market, due to lowered implementation effort.
- Predefined fields that are ready to use with zero configuration.
- ... and many more.