bkstg / core-bundle
Provides the core backstage functionality and requirements.
Installs: 235
Dependents: 7
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 2
Type:symfony-bundle
Requires
- php: ^7.1
- doctrine/doctrine-bundle: ^1.9
- doctrine/orm: ^2.5
- exercise/htmlpurifier-bundle: ^1.0
- friendsofsymfony/ckeditor-bundle: ^1.0
- knplabs/knp-menu-bundle: ^2.1
- knplabs/knp-paginator-bundle: ^2.6
- midnightluke/group-security-bundle: ^1.0@beta
- sonata-project/block-bundle: ^3.3
- sonata-project/media-bundle: ^3.6
- stof/doctrine-extensions-bundle: ^1.2
- symfony/framework-bundle: ^3.3||^4.0
- symfony/security-bundle: ^3.3||^4.0
- symfony/translation: ^4.0
- symfony/twig-bundle: ^3.3||^4.0
- twig/extensions: ^1.5
Requires (Dev)
- aws/aws-sdk-php: ^3.69
- foxy/foxy: ^1.0
- kint-php/kint: ^3.0
- phpunit/phpunit: ^7.4
- squizlabs/php_codesniffer: ^3.4
This package is auto-updated.
Last update: 2024-11-06 01:33:02 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.
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):
- doctrine/doctrine-bundle
- exercise/htmlpurifier-bundle
- friendsofsymfony/ckeditor-bundle
- knplabs/knp-menu-bundle
- knplabs/knp-paginator-bundle
- midnightluke/group-security-bundle
- sonata-project/block-bundle
- sonata-project/media-bundle
- stof/doctrine-extensions-bundle
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
- User documentation: managing productions, media, etc.
- Developer documentation: installation, configuration, etc.