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.

Roadmap

To know all the plans for Bartacus visit our Waffle Board.

Contents

Installation

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

composer create-project bartacus/bartacus-standard

It will install all necessary stuff for you.

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'
vendor/bin/typo3cms database:import < .misc/install.sql

Now you can login with your admin user.