> ## Documentation Index
> Fetch the complete documentation index at: https://runway.duncanmcclean.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> How to install and configure Runway in your Statamic project.

## System Requirements

* Statamic 5
* Laravel 10 or above
* PHP 8.2 or above

## Installing via Composer

First, you need to install Runway as a Composer dependency:

```sh theme={null}
composer require statamic-rad-pack/runway
```

Next, publish the configuration file:

```sh theme={null}
php artisan vendor:publish --tag="runway-config"
```

The configuration file will have been published as `config/runway.php`.

Now that everything's installed & published, you'll want to [configure Runway Resources](/resources) for each of the models you wish to be editable in Runway.
