flightphp/runway

Console app for the Flight PHP Framework.

v0.1.0 2024-04-05 05:38 UTC

This package is auto-updated.

Last update: 2024-04-10 01:46:38 UTC


README

Runway is a console app for managing your Flight projects. This is built off the backbone of the amazing adhocore/php-cli libraries.

Basic Usage

php runway --help

This 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 --help

Installation

Installation is done through composer.

composer require flightphp/runway

License

Flight Runway is released under the MIT license.