Bartacus Documentation

Bartacus aims to integrate the Symfony full stack framework into the TYPO3 CMS to gain all the advantages from Symfony, like Twig rendering and a really good DI container. Depending on your knowledge and previous experience you will like it more than Extbase and Fluid.

Contents

Installation

To create a new project based on Bartacus create it with composer and Symfony Flex:

$ composer create-project bartacus/website-skeleton

It will install all necessary stuff for you. Due to missing flex recipes for now, you have to create most of the TypoScript and site configuration for yourself.

TYPO3 Database Installation

To install TYPO3 itself, a helpful command of the TYPO3 console is included:

$ vendor/bin/typo3cms install:setup --site-setup-type='site'

Now you can login with your admin user.