Skip to content

Commit

Permalink
Merge pull request #112 from SimonFrings/documentation
Browse files Browse the repository at this point in the history
Improve quickstart guide
  • Loading branch information
clue authored Jan 31, 2022
2 parents 74fafca + 104cef3 commit 0199815
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ this:
$ php public/index.php
```

> ℹ️ **Framework X runs anywhere**
>
> This example uses the efficient built-in web server written in pure PHP.
> We also support running behind traditional web server setups
> like Apache, nginx, Docker, and more. See [production deployment](../best-practices/deployment.md)
> for more details.
You can now use your favorite web browser or command line tool to check your web
application responds as expected:

Expand Down

0 comments on commit 0199815

Please sign in to comment.