Lesson 6 — Introduction to Composer and dependency management

Prerequisites and goals

Prerequisites

Theoretical prerequisites

This lesson assumes that you already know the following:

  • The knowledge from today's previous lessons.

Practical prerequisites

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

  • Git is installed on your computer
  • Docker is installed or in the process of installing on your computer.

Goals

Theoretical goals

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

  • How to start and stop Docker and DDEV
  • Basic Git commands

Practical goals

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

  • Installation of Docker and DDEV
  • Pulled TYPO3's source files from a remote Git repository as the first step of installing the CMS.

Learning resources

Teacher's instructions

Student's instructions