---
title: "Installation"
manual: "Page Backend Layout"
version: "main"
source: "Administration/Installation/Index.rst"
modified: "2026-09-15T13:39:15+00:00"
---

# Installation

The extension needs to be installed as any other extension of TYPO3 CMS. Get the
extension by one of the following methods:

1.  **Use composer**:
    Run

    ```bash
    composer require fgtclb/page-backend-layout
    ```

    in your TYPO3 installation.
1.  **Get it from the Extension Manager**:
    Switch to the module **Admin Tools > Extensions**.
    Switch to **Get Extensions** and search for the extension key
    *page_backend_layout* and import the extension from the repository.
1.  -   ****Get it from typo3.org**:**

        You can always get current version from [TER](https://extensions.typo3.org/extension/page_backend_layout) by downloading the zip
        version. Upload the file afterwards in the Extension Manager.

For overriding PageLayouts, follow the instructions at the
[Integrators section](../../Integrators/BackendView/Index.html#integration).

## Compatibility

Page Backend Layout supports:

| Page Backend Layout version | TYPO3 Version | PHP version |
| --- | --- | --- |
| 1.x | 11 | >=7.4 |
| 2.x | 12-13 | 8.1, 8.2, 8.3, 8.4 |
