diff --git a/README.md b/README.md index 249fa1fdc8389b4d7852e3d4b6877b1e7f64f020..45c3bec36b0f14866cc3cf5a7ee59c9c55e3f81b 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,3 @@ You can install the bundle directly from [packagist.org](https://packagist.org/p ```bash composer require dbp/relay-frontend-bundle ``` - -## Integration into the Relay API Server - -* Add the bundle to your `config/bundles.php` in front of `DbpRelayCoreBundle`: - -```php -... -Dbp\Relay\FrontendBundle\DbpRelayFrontendBundle::class => ['all' => true], -Dbp\Relay\CoreBundle\DbpRelayCoreBundle::class => ['all' => true], -]; -``` - -* Run `composer install` to clear caches