PHPackages                             robmasters/genemu-sandbox-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. [Testing &amp; Quality](/categories/testing)
4. /
5. robmasters/genemu-sandbox-bundle

ActiveSymfony-bundle[Testing &amp; Quality](/categories/testing)

robmasters/genemu-sandbox-bundle
================================

This Bundle provides a sandbox for testing GenemuFormBundle types

03JavaScript

Since Oct 18Pushed 13y ago1 watchersCompare

[ Source](https://github.com/RobMasters/RJMGenemuSandboxBundle)[ Packagist](https://packagist.org/packages/robmasters/genemu-sandbox-bundle)[ RSS](/packages/robmasters-genemu-sandbox-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

RJMGenemuSandboxBundle
======================

[](#rjmgenemusandboxbundle)

This bundle provides a sandbox to showcase how to use various Form Types provided by the [GenemuFormBundle](https://github.com/genemu/GenemuFormBundle)

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

[](#installation)

### Step 1: Install the bundle

[](#step-1-install-the-bundle)

Add the following dependency to your composer.json file:

```
{
    "require": {
        "_some_packages": "...",

        "robmasters/genemu-sandbox-bundle": "2.1.*"
    }
}
```

### Step 2: Import routing

[](#step-2-import-routing)

Include the bundle's routing in `app/config/routing.yml`:

```
rjm_genemu_sandbox:
    resource: "@RJMGenemuSandboxBundle/Resources/config/routing.yml"
    prefix:   /
```

### Step 3: Enable the bundle

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

```
