nkg / formidab-bundle
Form maker administration bundle for Sonata with simple field types and layout.
Requires
- php: >=5.3.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-07 07:01:30 UTC
README
Form maker administration bundle for Sonata with simple field types and layout.
Admin built on Sonata Admin bundle. Concept inspired from Caldera Forms (https://calderaforms.com/).
##Types
- String
- Textarea
- Select
- Checkbox
- Radio
##Options
- hide label
- required
- placeholder
- format : text, date, datetime, local, month, number, search, tel, time, url, week
How to install (alongside Sonata Admin) :
1 - install bundle via packagist : composer require nkg/formidab-bundle
2 - install dependencies : run composer update
3 - install database : run php app/console doctrine:schema:update --force
4 - import routes (they are defined in Annotation) in your routing.yml
app:
resource: "@NkgFormidabBundle/Controller/"
type: annotation
5 - add this entity manager to your config.yml :
NkgFormidabBundle: ~
Services classes
see Nkg\FormidabBundle\Services