Installation

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:

composer require statamic-rad-pack/runway
composer require statamic-rad-pack/runway

Next, publish the configuration file:

php artisan vendor:publish --tag="runway-config"
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 for each of the models you wish to be editable in Runway.