An open API service indexing awesome lists of open source software.

https://github.com/networking/form-generator-bundle

form generator component for the init cms bundle
https://github.com/networking/form-generator-bundle

Last synced: 3 months ago
JSON representation

form generator component for the init cms bundle

Awesome Lists containing this project

README

          

form-generator-bundle
=====================

###This bundle only works with the networking/init-cms-bundle!

This bundle will provide a form generator fo the init cms

Install bundle via composer.

"require": {
....
"networking/form-generator-bundle": "dev-master",
...
}
"repositories": [
{
"type": "vcs",
"url": "git@github.com:networking/form-generator-bundle.git"
}
],

Update your AppKernel.php with NetworkingFormGeneratorBundle, the FOSRestBundle and the LiuggioExcelBundle

```