Skip to content

Commit

Permalink
Documentation improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Guyard committed Nov 29, 2018
1 parent 508d461 commit 8b539e9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,20 @@ __Using composer:__

`composer require onaxis/ezplatform-extra`

__Add the bundle to your application__

```
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Onaxis\EzPlatformExtraBundle\OnaxisEzPlatformExtraBundle(),
// ...
);
}
```

__Routing:__

Add the following in your routing.yml file:
Expand Down

0 comments on commit 8b539e9

Please sign in to comment.