Skip to content
Snippets Groups Projects
Select Git revision
  • 3c9615e7f006758a44cb30c2ab49901eeb8789b4
  • main default protected
  • register-logging-channel
  • expr-lang
  • ci-82
  • attr-events
  • locale-wip
  • custom-routes
  • v0.1.85
  • v0.1.84
  • v0.1.83
  • v0.1.82
  • v0.1.81
  • v0.1.80
  • v0.1.79
  • v0.1.78
  • v0.1.77
  • v0.1.76
  • v0.1.75
  • v0.1.74
  • v0.1.73
  • v0.1.72
  • v0.1.71
  • v0.1.70
  • v0.1.69
  • v0.1.68
  • v0.1.67
  • v0.1.65
28 results

docs

Name Last commit Last update
..
index.md

Overview

Source: https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle

The core bundle is the central bundle that needs to be installed in every Relay API gateway and also is a dependency of every other API bundle.

  • It provides functionality that is commonly needed by API bundles (error handling, logging, etc)
  • It integrates the auth bundle with the Symfony security system
  • It provides console commands that API bundles can subscribe to
  • It configures all dependencies to our needs (api-platform, symfony, etc.)
  • and more ...

For more information on how to configure and interface with the core bundle see the Developer Guide