Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Jul 11, 2015
1 parent 69b3697 commit 00d9bcc
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,24 @@ Register the bundle in `app/AppKernel.php`:
```php
public function registerBundles()
{
$bundles = array(
...
new Tmdb\SymfonyBundle\TmdbSymfonyBundle(),
new Tmdb\SymfonyBundle\TmdbSymfonyBundle()
...
}
```

If you haven't had the DoctrineCacheBundle yet, also register it:

```php
public function registerBundles()
{
...
new \Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle()
...
}
```


Add to your `app/config/config.yml` the following:

```yaml
Expand Down

0 comments on commit 00d9bcc

Please sign in to comment.