Download the PHP package opifer/form-bundle without Composer
On this page you can find all versions of the php package opifer/form-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package form-bundle
Opifer FormBundle
Installation
Add OpiferForm to your composer.json:
$ composer require opifer/form-bundle "~0.1"
Register the bundle in app/AppKernel.php
:
Install the OpiferEavBundle
according to its documentation.
Extend the Form & Post models;
Define these in the config along with your admin email:
To be able to manage and use your forms, add some routes to your app/config/routing.yml
:
Usage
Once you created your forms in your admin panel, you might want to display them on the frontend. To do this, you'd have to create a controller action that retrieves the form and displays it on the frontend
All versions of form-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
doctrine/orm Version ~2.2,>=2.2.3
doctrine/doctrine-bundle Version ~1.2
gedmo/doctrine-extensions Version ~2.3
opifer/eav-bundle Version ~0.1
symfony/swiftmailer-bundle Version ~2.3
symfony/symfony Version ~2.3
twig/extensions Version ~1.2
doctrine/orm Version ~2.2,>=2.2.3
doctrine/doctrine-bundle Version ~1.2
gedmo/doctrine-extensions Version ~2.3
opifer/eav-bundle Version ~0.1
symfony/swiftmailer-bundle Version ~2.3
symfony/symfony Version ~2.3
twig/extensions Version ~1.2
The package opifer/form-bundle contains the following files
Loading the files please wait ....