Skip to content

Commit

Permalink
Update README.md (ezcommunity#20)
Browse files Browse the repository at this point in the history
Register bundle
  • Loading branch information
SofLesc authored and andrerom committed Aug 29, 2018
1 parent 6bbcb44 commit 54597ba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -22,6 +22,18 @@ From your [eZ Publish Platform](https://doc.ez.no/display/EZP/Installing+eZ+Publ
```
php -d memory_limit=-1 composer.phar require --prefer-dist ezsystems/ez-matrix-bundle:dev-master
```
Add the following in your `app/AppKernel.php` file:

```php
public function registerBundles()
{
...

$bundles[] = new EzSystems\MatrixBundle\EzSystemsMatrixBundle();

return $bundles;
}
```

### How to update content programmatically

Expand Down

0 comments on commit 54597ba

Please sign in to comment.