---
title: "Installation"
version: "main"
source: "Installation/Index.rst"
modified: "2026-09-14T15:00:59+00:00"
---

# Installation

## Requirements

-   TYPO3 14.3 or TYPO3 15
-   PHP 8.2 or higher

For general TYPO3 system requirements, please refer to the official
[TYPO3 Installation Guide](https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/Installation/Index.html).

## Composer Installation

Install the Bootstrap Package via Composer by running:

```bash
composer require bk2k/bootstrap-package
```

## Classic Installation

Alternatively, you can install the extension via the [TYPO3 Extension Repository (TER)](https://extensions.typo3.org/extension/bootstrap_package).

## Conflicting Extensions

Bootstrap Package provides its own content rendering and conflicts with the
core extension `fluid_styled_content`. This extension is marked as conflicting
to avoid misconfiguration.

## Next Steps

After installation, follow the [Quick Start](../QuickStart/Index.html#quickstart) guide to configure your site.
