Runway is a console app for managing your Flight projects. This is built off the backbone of the amazing adhocore/php-cli libraries.
php runway --helpThis will show you all the possible commands you can run with Runway.
You can see the options for each of the commands by adding --help or -h to the command.
php runway routes --helpInstallation is done through composer.
composer require flightphp/runwayFlight Runway is released under the MIT license.