docs: add WordPress example (#73)

This commit is contained in:
Kévin Dunglas 2022-11-01 08:48:55 +01:00 committed by GitHub
parent 15815afbb4
commit 8add719ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,8 +34,12 @@ Go to `https://localhost`, and enjoy!
* [Early Hints support (103 HTTP status code)](docs/early-hints.md)
* [Real-time](docs/mercure.md)
* [Configuration](docs/config.md)
* [Demo app (Symfony) and benchmarks](https://github.com/dunglas/frankenphp-demo)
* [Building Docker images](docs/docker.md)
* [Compile from sources](docs/compile.md)
* [Building Docker images](docs/docker.md)
* [Go library documentation](https://pkg.go.dev/github.com/dunglas/frankenphp)
* [Contributing and debugging](CONTRIBUTING.md)
## Examples and Skeletons
* [Symfony apps](https://github.com/dunglas/frankenphp-demo)
* [Wordpress](https://github.com/dunglas/frankenphp-wordpress)