Welcome to the BartacusBundle - the Symfony bundle which integrates the Symfony full stack framework into your TYPO3 CMS.
- Enables
bartacus.make_instance
tagging for services to be added to the DI container - Enables Symfony error handler in
dev
context instead of TYPO3 error handler - Enables dependency injection for
UpgradeWizardInterface
implementation - Auto-mapping of application specific Extbase models and repositories
- Adds the
#[ContentElement()]
PHP attribute and builds the TypoScript config for each element - Injects
tt_content
Extbase models to Symfony controllers - Allows custom caching of uncached TYPO3 content elements
- Extracts the Symfony response of each controller back to TYPO3 content
- Handles
404 Not Found
exceptions thrown by Symfony controllers
- Unifies the
_locale
for TYPO3 and Symfony requests - Symfony route detection and execution within TYPO3 stack
- Re-orders TYPO3 redirect and route resolver middlewares