2017 © Pedro Peláez
 

library formidab-bundle

Form maker administration bundle for Sonata with simple field types and layout.

image

nkg/formidab-bundle

Form maker administration bundle for Sonata with simple field types and layout.

  • Tuesday, March 7, 2017
  • by monlouisj
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

NkgFormidabBundle

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)

The Versions

07/03 2017

dev-master

9999999-dev

Form maker administration bundle for Sonata with simple field types and layout.

  Sources   Download

The Requires

  • php >=5.3.0