https://github.com/flightphp/runway
Console app for the Flight PHP Framework.
https://github.com/flightphp/runway
cli-application cliapp flightphp php
Last synced: 9 months ago
JSON representation
Console app for the Flight PHP Framework.
- Host: GitHub
- URL: https://github.com/flightphp/runway
- Owner: flightphp
- License: mit
- Created: 2024-04-05T05:35:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-11T17:53:13.000Z (12 months ago)
- Last Synced: 2025-04-15T01:54:32.129Z (9 months ago)
- Topics: cli-application, cliapp, flightphp, php
- Language: PHP
- Homepage: https://docs.flightphp.com/awesome-plugins/runway
- Size: 28.3 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is Runway?
Runway is a console app for managing your Flight projects. This is built off the backbone of the amazing [adhocore/php-cli](https://github.com/adhocore/php-cli) libraries.
> v1.0 requires PHP 8.2+. For PHP 7.4, 8.0, and 8.1 use version 0.2.3 and forward.
# Basic Usage
```bash
vendor/bin/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.
```bash
vendor/bin/runway routes --help
```
# Installation
Installation is done through composer.
```bash
composer require flightphp/runway
```
# License
Flight Runway is released under the [MIT](http://docs.flightphp.com/license) license.