PHPackages                             perfectneeds/dynamic-form-single-lang-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. perfectneeds/dynamic-form-single-lang-bundle

ActiveSymfony-library[Utility &amp; Helpers](/categories/utility)

perfectneeds/dynamic-form-single-lang-bundle
============================================

Content Bundle

00PHP

Since Apr 29Pushed 6y ago2 watchersCompare

[ Source](https://github.com/PerfectNeeds/dynamic-form-single-lang-bundle)[ Packagist](https://packagist.org/packages/perfectneeds/dynamic-form-single-lang-bundle)[ RSS](/packages/perfectneeds-dynamic-form-single-lang-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Getting Started With PNDynamicFormBundle for multi languages web apps
=====================================================================

[](#getting-started-with-pndynamicformbundle-for-multi-languages-web-apps)

### Prerequisites

[](#prerequisites)

1. Symfony 3.4
2. [PNMediaBundle](https://github.com/PerfectNeeds/media-bundle)
3. [PNServiceBundle](https://github.com/PerfectNeeds/service-bundle)

Installation
------------

[](#installation)

Installation is a quick (I promise!) 7 step process:

1. Download PNDynamicFormBundle using composer
2. Enable the Bundle in AppKernel
3. Create your Post class
4. Create your PostRepository class
5. Configure the PNDynamicFormBundle
6. Import PNDynamicFormBundle routing
7. Update your database schema

---

### Step 1: Download PNDynamicFormBundle using composer

[](#step-1-download-pndynamicformbundle-using-composer)

Require the bundle with composer:

```
$ composer require perfectneeds/dynamic-form-single-lang-bundle "~1.0"
```

### Step 2: Enable the Bundle in AppKernel

[](#step-2-enable-the-bundle-in-appkernel)

Require the bundle with composer:

```
