PHPackages                             folliked/form-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. [Templating &amp; Views](/categories/templating)
4. /
5. folliked/form-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

folliked/form-bundle
====================

Extra form types for your Symfony projects

3.0.1(5y ago)045.8k1MITPHPPHP ^7.2

Since Dec 25Pushed 5y agoCompare

[ Source](https://github.com/folliked/SHFormBundle)[ Packagist](https://packagist.org/packages/folliked/form-bundle)[ RSS](/packages/folliked-form-bundle/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (2)Dependencies (6)Versions (5)Used By (0)

This repository is abandoned and not maintained.
================================================

[](#this-repository-is-abandoned-and-not-maintained)

SHFormBundle
============

[](#shformbundle)

This package is a fork of [GenemuFormBundle](https://github.com/genemu/GenemuFormBundle)

*If you want to migrate from GenemuFormBundle to SHFormBundle follow [this document](MIGRATE-FROM-GENEMU.md).*

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

[](#installation)

Installation is quick and easy, 3 steps process

1. Install SHFormBundle
2. Enable the bundle
3. Initialize assets

### Step 1: Install SHFormBundle

[](#step-1-install-shformbundle)

Run the following command :

```
$ composer require folliked/form-bundle "^3.0@dev"
```

### Step 2: Enable the bundle

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

Finally, enable the bundle in the kernel:

```
