Update README.md

pull/634/head
n0nag0n 1 month ago committed by GitHub
parent 2762daf4f4
commit 12843694d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -12,6 +12,14 @@ quickly and easily build RESTful web applications.
# Basic Usage
First install it with Composer
```
composer require flightphp/core
```
or you can download a zip of this repo. Then you would have a basic `index.php` file like the following:
```php
// if installed with composer
require 'vendor/autoload.php';

Loading…
Cancel
Save