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
- Host: GitHub
- URL: https://github.com/networking/form-generator-bundle
- Owner: networking
- Created: 2016-10-20T12:02:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-02-11T12:31:09.000Z (5 months ago)
- Last Synced: 2026-02-11T20:45:23.410Z (5 months ago)
- Language: PHP
- Size: 5.19 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```