Installation
System Requirements
- PHP 7.4 & higher
- Statamic 3.2 & higher
- Laravel 8 & higher
Installing via Composer (recommended)
First, run this command which will require Runway as a dependency of your app.
1composer require doublethreedigital/runway
Once installed, you’ll want to publish the default configuration file.
1php artisan vendor:publish --tag="runway-config"
The configuration file will now be located at config/runway.php
. You may now customise the config file to add your resources.
Installing via the Control Panel
In the Control Panel, open the ‘Addons’ page, then search for ‘Runway’. Go into Runway’s addon page and hit ‘Install’.
Next, open up your Terminal and run the following command which will publish the default configuration file.
1php artisan vendor:publish --tag="runway-config"
The configuration file will now be located at config/runway.php
. You may now customise the config file to add your resources.