Skip to content
Snippets Groups Projects
Commit ae3f8716 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Update README.md

parent 03aeb900
No related branches found
No related tags found
No related merge requests found
# API-Base-Bundle # API-Base-Bundle
Contains Entities required by many bundles [GitLab](https://gitlab.tugraz.at/dbp/relay/api-base-bundle) | [Packagist](https://packagist.org/packages/dbp/api-base-bundle)
\ No newline at end of file
This Symfony bundle contains entities required by many bundles for the DBP Relay project.
## Integration into the API Server
* Add the bundle package as a dependency:
```
composer require dbp/api-base-bundle
```
* Add the bundle to your `config/bundles.php`:
```php
...
DBP\API\BaseBundle\DbpBaseBundle::class => ['all' => true],
DBP\API\CoreBundle\DbpCoreBundle::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