bkstg/core-bundle

Provides the core backstage functionality and requirements.

Installs: 185

Dependents: 7

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 2

Type:symfony-bundle

v2.0.0-BETA2 2019-05-05 13:10 UTC

This package is auto-updated.

Last update: 2024-04-06 00:15:15 UTC


README

The backstage core bundle provides all the required bundles, services and templates that build the "Backstage" application. If this is your first time installing the backstage please consider using the standard distribution instead.

Build Status Latest Stable Version Total Downloads License

Requirements

This bundle relies on several contributed bundles to function, these are required in the composer.json for this bundle but will require you to configure them correctly (see the standard distribution for default configurations):

Additionally this bundle (and all backstage bundles) requires the doctrine ORM to function, providing entities and configuration to work with these bundles, as well as the twig templating engine.

This bundle requires compatible user and membership provider services to function, they are not included, only interfaces to implement them. We recommend the Backstage FOS User Bundle which integrates the contrib FOS User Bundle into the application.

Documentation