Form maker administration bundle for Sonata with simple field types and layout., (*1)
Admin built on Sonata Admin bundle. Concept inspired from Caldera Forms (https://calderaforms.com/)., (*2)
Types
- String
- Textarea
- Select
- Checkbox
- Radio
Options
- hide label
- required
- placeholder
- format : text, date, datetime, local, month, number, search, tel, time, url, week
br/, (*3)
How to install (alongside Sonata Admin) :
1 - install bundle via packagist : composer require nkg/formidab-bundle, (*4)
2 - install dependencies : run composer update, (*5)
3 - install database : run php app/console doctrine:schema:update --force, (*6)
4 - import routes (they are defined in Annotation) in your routing.yml, (*7)
app:
resource: "@NkgFormidabBundle/Controller/"
type: annotation
5 - add this entity manager to your config.yml :, (*8)
NkgFormidabBundle: ~
Services classes
see Nkg\FormidabBundle\Services, (*9)