Skip to content

Commit

Permalink
Merge pull request #6 from anushr/master
Browse files Browse the repository at this point in the history
Added documentation for kernel configuration
  • Loading branch information
anush committed Sep 3, 2015
2 parents 75ae254 + be942ac commit 6fd1234
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ To install via [Composer](http://getcomposer.org/), add the following to your `c
}
```

Add the bundle to your application kernel.

```php
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Xola\OmnipayBundle\OmnipayBundle(),
// ...
);
}
```

Configuration
-------------
(Optional) In the Omnipay library, you would programmatically set parameters required by a gateway. With this bundle,
Expand Down

0 comments on commit 6fd1234

Please sign in to comment.