PHPackages                             typo3/cms-base-distribution - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. typo3/cms-base-distribution

ActiveProject[Framework](/categories/framework)

typo3/cms-base-distribution
===========================

TYPO3 CMS Base Distribution

v14.0.0(5mo ago)21570.2k↓10.2%22[2 issues](https://github.com/TYPO3/TYPO3.CMS.BaseDistribution/issues)20GPL-2.0-or-later

Since Jul 25Pushed 5mo ago6 watchersCompare

[ Source](https://github.com/TYPO3/TYPO3.CMS.BaseDistribution)[ Packagist](https://packagist.org/packages/typo3/cms-base-distribution)[ RSS](/packages/typo3-cms-base-distribution/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (24)Versions (70)Used By (20)

TYPO3 CMS Base Distribution
===========================

[](#typo3-cms-base-distribution)

Get going quickly with TYPO3 CMS.

Prerequisites
-------------

[](#prerequisites)

- PHP 8.2
- [Composer](https://getcomposer.org/download/)

Quickstart
----------

[](#quickstart)

- `composer create-project typo3/cms-base-distribution project-name ^13`
- `cd project-name`

Note that this distribution installs most, but not all of the TYPO3 CMS core extensions. Depending on your need you might also want to install other TYPO3 extensions from [packagist.org](https://packagist.org/?type=typo3-cms-framework).

### Setup

[](#setup)

To start an interactive installation, you can do so by executing the following command and then follow the wizard:

```
composer exec typo3 setup
```

### Setup unattended (optional)

[](#setup-unattended-optional)

If you're a more advanced user, you might want to leverage the unattended installation. To do this, you need to execute the following command and substitute the arguments with your own environment configuration.

```
export TYPO3_SETUP_ADMIN_PASSWORD=$(tr -dc "_A-Za-z0-9#=$()/"
