Skip to content
Snippets Groups Projects
Commit 0e6bbc1d authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

README: cleanup

the bundle setup is handled by flex
parent b48efa29
No related branches found
No related tags found
No related merge requests found
Pipeline #187021 passed
...@@ -12,16 +12,3 @@ You can install the bundle directly from [packagist.org](https://packagist.org/p ...@@ -12,16 +12,3 @@ You can install the bundle directly from [packagist.org](https://packagist.org/p
```bash ```bash
composer require dbp/relay-frontend-bundle 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment