-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* don't reference old symfony versions * this bundle has a recipe now, so no need to require it being enabled manually
- Loading branch information
Showing
1 changed file
with
1 addition
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
DISCLAIMER: This bundle needs a specific ALMA configuration to work. Please contact [[email protected]](mailto:[email protected]) for more information. | ||
|
||
This Symfony 4.4 bundle provides API endpoints for | ||
This bundle provides API endpoints for | ||
|
||
- assigning a call number to a book | ||
- borrowing a book from the sublibrary | ||
|
@@ -35,19 +35,6 @@ You can install the bundle directly from [packagist.org](https://packagist.org/p | |
composer require dbp/relay-sublibrary-bundle | ||
``` | ||
|
||
## Integration into the API Server | ||
|
||
* Add the necessary bundles to your `config/bundles.php`: | ||
|
||
```php | ||
... | ||
Dbp\Relay\SublibraryBundle\DbpRelaySublibraryBundle::class => ['all' => true], | ||
Dbp\Relay\CoreBundle\DbpRelayCoreBundle::class => ['all' => true], | ||
]; | ||
``` | ||
|
||
* Run `composer install` to clear caches | ||
|
||
## Configuration | ||
|
||
The bundle has configuration values that you can specify in your app, either by hardcoding it, | ||
|