diff --git a/README.md b/README.md index cb63015..7dd887c 100644 --- a/README.md +++ b/README.md @@ -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: