Lesson 1 — Installing and configuring the Bootstrap Package extension

Prerequisites and goals

Prerequisites

Theoretical prerequisites

This lesson assumes that you already know the following:

  • How to use Composer to install a TYPO3 project in a DDEV container
  • How to setup a Git repository for your project and clone it in your local development environment
  • How to commit and push your changes in the project's repository using TYPO3's commit message rules

Practical prerequisites

Before you start this lesson, please have the following things ready:

  • Installed and configured a new TYPO3 project in your local development environment using Composer
  • Setup and used a Git repository to track changes for your project

Goals

Theoretical goals

By the end of this lesson, you should know the following:

  • Understand Bootstrap Package extension structure and features
  • Learn extension installation methods through Composer
  • Master Bootstrap Package configuration options in TYPO3
  • Study Bootstrap integration with TYPO3 system

Practical goals

By the end of this lesson, you should have completed the following:

  • Install Bootstrap Package using Composer commands
  • Configure Bootstrap Package extension settings
  • Set up initial Bootstrap-based template
  • Verify Bootstrap Package functionality in TYPO3

Learning resources

Teacher's instructions

Student's instructions