Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lavoiesl/groupsequencedemobundle
https://github.com/lavoiesl/groupsequencedemobundle
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lavoiesl/groupsequencedemobundle
- Owner: lavoiesl
- Created: 2014-03-31T23:28:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-31T23:28:37.000Z (over 10 years ago)
- Last Synced: 2023-03-13T16:11:54.734Z (almost 2 years ago)
- Language: PHP
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```