nkg / formidab-bundle
There is no license information available for the latest version (dev-master) of this package.
Form maker administration bundle for Sonata with simple field types and layout.
dev-master
2017-03-07 18:22 UTC
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2024-11-07 03:18:04 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