Update README.md

pull/511/head
n0nag0n 1 year ago committed by GitHub
parent ceeab06e45
commit 802d51075d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,6 +27,10 @@ Flight::start();
[Learn more](http://flightphp.com/learn)
# Want to setup a Skeleton/Boilerplate project quickly?
Head over to the [flightphp/skeleton](https://github.com/flightphp/skeleton) repo to get started!
# Need some inspiration?
While these are not officially sponsored by the FlightPHP Team, these could give you ideas on how to structure your own projects that are built with Flight!
@ -120,6 +124,10 @@ Finally, start the framework.
Flight::start();
```
## Skeleton App
Additionally you could install a skeleton app. Go to [flightphp/skeleton](https://github.com/flightphp/skeleton) for instructions on how to get started!
# Routing
Routing in Flight is done by matching a URL pattern with a callback function.

Loading…
Cancel
Save