Overview
Source: https://github.com/digital-blueprint/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 provides console commands that API bundles can subscribe to
- It configures all dependencies to our needs (api-platform, symfony, etc.)
- and more ...