Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lavoiesl/groupsequencedemobundle


https://github.com/lavoiesl/groupsequencedemobundle

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Demo for https://github.com/symfony/symfony/issues/9939

## Installation

1. Extract to `src/Acme/GroupSequenceDemoBundle`
2. Add `new Acme\GroupSequenceDemoBundle\AcmeGroupSequenceDemoBundle(),` to `app/AppKernel.php`
3. Add the routing to `app/config/routing.yml`:

```yaml
acme_demo:
resource: "@AcmeGroupSequenceDemoBundle/Controller/"
type: annotation
```